summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/find-func.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp/find-func.el')
-rw-r--r--lisp/emacs-lisp/find-func.el2
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."
(funcall switch-fn new-buf)
(goto-char new-point)
(recenter find-function-recenter-line)
- (run-hooks find-function-after-hook))))
+ (run-hooks 'find-function-after-hook))))
;;;###autoload
(defun find-function (function)