From d282974bf89eb0f9e25bb2bad9b9c02c30da2cdf Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 12 Mar 1995 18:22:14 +0000 Subject: [PATCH] (same-window-buffer-names): Set this only in loaddefs.el, not when info.el is loaded. --- lisp/info.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/info.el b/lisp/info.el index 4b5d84a98c..a16f6a548f 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -167,8 +167,7 @@ Do the right thing if the file has been compressed or zipped." (let ((buffer-read-only nil)) (shell-command-on-region (point-min) (point-max) decoder t))))) -;;;###autoload -(add-hook 'same-window-buffer-names "*info*") +;;;###autoload (add-hook 'same-window-buffer-names "*info*") ;;;###autoload (defun info (&optional file) -- 2.39.2