(same-window-buffer-names): Set this only in loaddefs.el,

not when info.el is loaded.
This commit is contained in:
Richard M. Stallman 1995-03-12 18:22:14 +00:00
parent 67398f34bb
commit d282974bf8

View 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)