1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-07 15:00:34 -08:00

(find-function-do-it): Quote the hook.

This commit is contained in:
Stefan Monnier 2000-11-03 22:40:21 +00:00
parent bb7a71c5a6
commit 8d8ca3cf8a

View file

@ -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)