From f05f43e747fc7f072d445df6a4de7dfb1998acbb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 24 Jul 1993 17:35:02 +0000 Subject: [PATCH] (Info-select-node): Run Info-selection-hook. --- lisp/info.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5