# HG changeset patch # User Richard M. Stallman # Date 918520692 0 # Node ID 6b85141508e018d278cb4eac3a4ba4888f77519f # Parent 8a8bc81dd902ab2db2354612ba83eec2c9af91d9 (texinfo-all-menus-update, texinfo-master-menu): Remove calls to sleep-for. diff -r 8a8bc81dd902 -r 6b85141508e0 lisp/textmodes/texnfo-upd.el --- a/lisp/textmodes/texnfo-upd.el Tue Feb 09 00:34:17 1999 +0000 +++ b/lisp/textmodes/texnfo-upd.el Tue Feb 09 00:38:12 1999 +0000 @@ -268,17 +268,14 @@ (if update-all-nodes-p (progn (message "Updating all nodes in %s ... " (buffer-name)) - (sleep-for 2) (texinfo-update-node (point-min) (point-max)))) (message "Updating all menus in %s ... " (buffer-name)) - (sleep-for 2) (texinfo-make-menu (point-max) (point-min)) (if master-menu-p (progn (message "Updating the master menu in %s... " (buffer-name)) - (sleep-for 2) (texinfo-master-menu nil)))) (message "Done...updated all the menus. You may save the buffer."))) @@ -819,15 +816,12 @@ (progn (message "Making a master menu in %s ...first updating all nodes... " (buffer-name)) - (sleep-for 2) (texinfo-update-node (point-min) (point-max)) (message "Updating all menus in %s ... " (buffer-name)) - (sleep-for 2) (texinfo-make-menu (point-min) (point-max)))) (message "Now making the master menu in %s... " (buffer-name)) - (sleep-for 2) (goto-char (point-min)) (texinfo-insert-master-menu-list (texinfo-master-menu-list))