From 02af1bf14a64226c2e73d23b4b01ecfbe56908ce Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 1 Nov 2000 19:14:57 +0000 Subject: [PATCH] (elp-restore-function): Remove autoload cookie. --- lisp/emacs-lisp/elp.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el index 60e36300a91..42dc1bc070b 100644 --- a/lisp/emacs-lisp/elp.el +++ b/lisp/emacs-lisp/elp.el @@ -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." -- 2.39.5