Xref: utzoo comp.emacs:7499 gnu.emacs:2064 alt.sources.d:412 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!shadooby!samsung!uunet!talos!kjones From: kjones@talos.uu.net (Kyle Jones) Newsgroups: comp.emacs,gnu.emacs,alt.sources.d Subject: installing execcmd.el Message-ID: <1990Jan2.202726.21953@talos.uu.net> Date: 2 Jan 90 20:27:26 GMT Lines: 8 Michael S. Balenger pointed out a rather egregious error in the installation instructions for execcmd.el; a call to fmakunbound was omitted. The comment should read, ;; This package is autoloadable. Use ;; (fmakunbound 'execute-extended-command) ;; (autoload 'execute-extended-command "execcmd" nil t) ;; in your .emacs file.