diff options
| author | Richard M. Stallman | 1995-03-12 18:22:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-03-12 18:22:14 +0000 |
| commit | d282974bf89eb0f9e25bb2bad9b9c02c30da2cdf (patch) | |
| tree | fb0775df35d4df078ce15f4d43bfbe65afb11fd9 | |
| parent | 67398f34bbdbd2b8c7096024fd4fdecce664dad8 (diff) | |
| download | emacs-d282974bf89eb0f9e25bb2bad9b9c02c30da2cdf.tar.gz emacs-d282974bf89eb0f9e25bb2bad9b9c02c30da2cdf.zip | |
(same-window-buffer-names): Set this only in loaddefs.el,
not when info.el is loaded.
| -rw-r--r-- | lisp/info.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/info.el b/lisp/info.el index 4b5d84a98cd..a16f6a548f4 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -167,8 +167,7 @@ Do the right thing if the file has been compressed or zipped." | |||
| 167 | (let ((buffer-read-only nil)) | 167 | (let ((buffer-read-only nil)) |
| 168 | (shell-command-on-region (point-min) (point-max) decoder t))))) | 168 | (shell-command-on-region (point-min) (point-max) decoder t))))) |
| 169 | 169 | ||
| 170 | ;;;###autoload | 170 | ;;;###autoload (add-hook 'same-window-buffer-names "*info*") |
| 171 | (add-hook 'same-window-buffer-names "*info*") | ||
| 172 | 171 | ||
| 173 | ;;;###autoload | 172 | ;;;###autoload |
| 174 | (defun info (&optional file) | 173 | (defun info (&optional file) |