Sat Jun 19 17:47:40 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)

* info.el (Info-insert-dir): Remove the call to recursive-edit.
This commit is contained in:
Jim Blandy 1993-06-19 21:48:16 +00:00
parent 254a1b6640
commit 841a51ee64

View file

@ -297,7 +297,6 @@ to read a file name from the minibuffer."
(file-attributes (car elt))))
Info-dir-file-attributes))))
(insert Info-dir-contents)
(recursive-edit)
(let ((dirs Info-directory-list)
buffers buffer others nodes dirs-done)