# HG changeset patch # User Jim Blandy # Date 740526496 0 # Node ID a8255430d8b07370b8177d520d1aa755670381d0 # Parent 18892e151d5373cee04af6138c24b48cd905cf70 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. diff -r 18892e151d53 -r a8255430d8b0 lisp/info.el --- a/lisp/info.el Sat Jun 19 21:28:56 1993 +0000 +++ b/lisp/info.el Sat Jun 19 21:48:16 1993 +0000 @@ -297,7 +297,6 @@ (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)