aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1993-06-19 21:48:16 +0000
committerJim Blandy <[email protected]>1993-06-19 21:48:16 +0000
commit841a51ee642de6876c77f0f94ae3ccb8fdcccc2e (patch)
treeb24bfed8bf4d5d16546c8065edc1487799a0e95a
parent254a1b664069e73947ec18a55e97d3f398d8596e (diff)
Sat Jun 19 17:47:40 1993 Jim Blandy ([email protected])
* info.el (Info-insert-dir): Remove the call to recursive-edit.
-rw-r--r--lisp/info.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 5d2682e643..843fc97a66 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -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)