diff options
| -rw-r--r-- | lisp/emacs-lisp/elp.el | 1 |
1 files changed, 0 insertions, 1 deletions
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." | |||
| 276 | (cons funsym elp-all-instrumented-list))) | 276 | (cons funsym elp-all-instrumented-list))) |
| 277 | )) | 277 | )) |
| 278 | 278 | ||
| 279 | ;;;###autoload | ||
| 280 | (defun elp-restore-function (funsym) | 279 | (defun elp-restore-function (funsym) |
| 281 | "Restore an instrumented function to its original definition. | 280 | "Restore an instrumented function to its original definition. |
| 282 | Argument FUNSYM is the symbol of a defined function." | 281 | Argument FUNSYM is the symbol of a defined function." |