changeset 24286:6b85141508e0

(texinfo-all-menus-update, texinfo-master-menu): Remove calls to sleep-for.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Feb 1999 00:38:12 +0000
parents 8a8bc81dd902
children dcf83a3ec700
files lisp/textmodes/texnfo-upd.el
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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))