(find-function-do-it): Quote the hook.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user