Mercurial > emacs
changeset 33128:64902dbf6ff9
(elp-restore-function): Remove autoload
cookie.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 01 Nov 2000 19:14:57 +0000 |
parents | eca95f9d7f05 |
children | cf1d22a4f549 |
files | lisp/emacs-lisp/elp.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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."