(same-window-buffer-names): Set this only in loaddefs.el,
not when info.el is loaded.
This commit is contained in:
parent
67398f34bb
commit
d282974bf8
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue