# HG changeset patch # User Richard M. Stallman # Date 795032534 0 # Node ID e3da01bbdc14e2c43f4fc75c0c9b65210bb7be59 # Parent a173cfead4cef2e85fe301a7204f085f29705792 (same-window-buffer-names): Set this only in loaddefs.el, not when info.el is loaded. diff -r a173cfead4ce -r e3da01bbdc14 lisp/info.el --- a/lisp/info.el Sun Mar 12 18:18:29 1995 +0000 +++ b/lisp/info.el Sun Mar 12 18:22:14 1995 +0000 @@ -167,8 +167,7 @@ (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)