diff options
Diffstat (limited to 'lisp')
| -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) |