Mercurial > emacs
changeset 10978:e3da01bbdc14
(same-window-buffer-names): Set this only in loaddefs.el,
not when info.el is loaded.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 12 Mar 1995 18:22:14 +0000 |
parents | a173cfead4ce |
children | a3de1a78a79f |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)