]> git.eshelyaron.com Git - emacs.git/commitdiff
(elp-restore-function): Remove autoload
authorDave Love <fx@gnu.org>
Wed, 1 Nov 2000 19:14:57 +0000 (19:14 +0000)
committerDave Love <fx@gnu.org>
Wed, 1 Nov 2000 19:14:57 +0000 (19:14 +0000)
cookie.

lisp/emacs-lisp/elp.el

index 60e36300a911055bfdfbc488039a0397221dfb26..42dc1bc070bbc05ac9cf250d48e43a725abb7fc4 100644 (file)
@@ -276,7 +276,6 @@ FUNSYM must be a symbol of a defined function."
              (cons funsym elp-all-instrumented-list)))
     ))
 
-;;;###autoload
 (defun elp-restore-function (funsym)
   "Restore an instrumented function to its original definition.
 Argument FUNSYM is the symbol of a defined function."