diff options
| -rw-r--r-- | lisp/emacs-lisp/elp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el index 17991067fab..d701db9e9b6 100644 --- a/lisp/emacs-lisp/elp.el +++ b/lisp/emacs-lisp/elp.el | |||
| @@ -257,7 +257,7 @@ FUNSYM must be a symbol of a defined function." | |||
| 257 | (setq newguts (append newguts `((elp-wrapper | 257 | (setq newguts (append newguts `((elp-wrapper |
| 258 | (quote ,funsym) | 258 | (quote ,funsym) |
| 259 | ,(when (commandp funsym) | 259 | ,(when (commandp funsym) |
| 260 | '(interactive-p)) | 260 | '(called-interactively-p)) |
| 261 | args)))) | 261 | args)))) |
| 262 | ;; to record profiling times, we set the symbol's function | 262 | ;; to record profiling times, we set the symbol's function |
| 263 | ;; definition so that it runs the elp-wrapper function with the | 263 | ;; definition so that it runs the elp-wrapper function with the |