From: Richard M. Stallman Date: Sun, 12 Mar 1995 18:22:14 +0000 (+0000) Subject: (same-window-buffer-names): Set this only in loaddefs.el, X-Git-Tag: emacs-19.34~4880 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d282974bf89eb0f9e25bb2bad9b9c02c30da2cdf;p=emacs.git (same-window-buffer-names): Set this only in loaddefs.el, not when info.el is loaded. --- diff --git a/lisp/info.el b/lisp/info.el index 4b5d84a98cd..a16f6a548f4 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)