diff options
| -rw-r--r-- | lisp/info.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index 5d2682e6430..843fc97a664 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -297,7 +297,6 @@ to read a file name from the minibuffer." | |||
| 297 | (file-attributes (car elt)))) | 297 | (file-attributes (car elt)))) |
| 298 | Info-dir-file-attributes)))) | 298 | Info-dir-file-attributes)))) |
| 299 | (insert Info-dir-contents) | 299 | (insert Info-dir-contents) |
| 300 | (recursive-edit) | ||
| 301 | (let ((dirs Info-directory-list) | 300 | (let ((dirs Info-directory-list) |
| 302 | buffers buffer others nodes dirs-done) | 301 | buffers buffer others nodes dirs-done) |
| 303 | 302 | ||