aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/elp.el
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-11-01 19:14:57 +0000
committerDave Love <[email protected]>2000-11-01 19:14:57 +0000
commit02af1bf14a64226c2e73d23b4b01ecfbe56908ce (patch)
treee956962e2688ae2e4256f533227e321c053fcb0b /lisp/emacs-lisp/elp.el
parent1c33719f148d5b526f8f00d1514c39080e314a48 (diff)
(elp-restore-function): Remove autoload
cookie.
Diffstat (limited to 'lisp/emacs-lisp/elp.el')
-rw-r--r--lisp/emacs-lisp/elp.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el
index 60e36300a9..42dc1bc070 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."