# HG changeset patch # User Dave Love # Date 973106097 0 # Node ID 64902dbf6ff9ad20210625c20a90b3c2073be5b4 # Parent eca95f9d7f05e510842b031f053aac3086025ffb (elp-restore-function): Remove autoload cookie. diff -r eca95f9d7f05 -r 64902dbf6ff9 lisp/emacs-lisp/elp.el --- a/lisp/emacs-lisp/elp.el Wed Nov 01 19:07:36 2000 +0000 +++ b/lisp/emacs-lisp/elp.el Wed Nov 01 19:14:57 2000 +0000 @@ -276,7 +276,6 @@ (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."