From: Stefan Monnier Date: Fri, 3 Nov 2000 22:40:21 +0000 (+0000) Subject: (find-function-do-it): Quote the hook. X-Git-Tag: emacs-pretest-21.0.90~315 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d8ca3cf8a316e07ab44d50651f76d0bd78ebd0d;p=emacs.git (find-function-do-it): Quote the hook. --- 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)