]> git.eshelyaron.com Git - emacs.git/commitdiff
(same-window-buffer-names): Set this only in loaddefs.el,
authorRichard M. Stallman <rms@gnu.org>
Sun, 12 Mar 1995 18:22:14 +0000 (18:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 12 Mar 1995 18:22:14 +0000 (18:22 +0000)
not when info.el is loaded.

lisp/info.el

index 4b5d84a98cd24cd918c9803e4f0be36ffe733f34..a16f6a548f4c82244a8633e623d77b77467055a0 100644 (file)
@@ -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)