diff --git a/lisp/info.el b/lisp/info.el index 843fc97a664..5b37550502a 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -475,7 +475,8 @@ to read a file name from the minibuffer." (setq active-expression (read (current-buffer)))))) (point-max))) - (if Info-enable-active-nodes (eval active-expression))))) + (if Info-enable-active-nodes (eval active-expression)) + (run-hooks 'Info-selection-hook)))) (defun Info-set-mode-line () (setq mode-line-buffer-identification