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:
parent
bb7a71c5a6
commit
8d8ca3cf8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue