diff options
| -rw-r--r-- | lisp/emacs-lisp/find-func.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el index 60966d33e8b..fa6007d585a 100644 --- a/lisp/emacs-lisp/find-func.el +++ b/lisp/emacs-lisp/find-func.el | |||
| @@ -243,7 +243,7 @@ Point is saved in the buffer if it is one of the current buffers." | |||
| 243 | (funcall switch-fn new-buf) | 243 | (funcall switch-fn new-buf) |
| 244 | (goto-char new-point) | 244 | (goto-char new-point) |
| 245 | (recenter find-function-recenter-line) | 245 | (recenter find-function-recenter-line) |
| 246 | (run-hooks find-function-after-hook)))) | 246 | (run-hooks 'find-function-after-hook)))) |
| 247 | 247 | ||
| 248 | ;;;###autoload | 248 | ;;;###autoload |
| 249 | (defun find-function (function) | 249 | (defun find-function (function) |