changeset 58356:4ca1b78a471f

(cperl-indent-region): Don't mind imenu-scanning-message.
author Richard M. Stallman <rms@gnu.org>
date Sat, 20 Nov 2004 20:18:34 +0000
parents 7c3e2674726f
children 9fc67253aa56
files lisp/progmodes/cperl-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cperl-mode.el	Sat Nov 20 19:09:13 2004 +0000
+++ b/lisp/progmodes/cperl-mode.el	Sat Nov 20 20:18:34 2004 +0000
@@ -4180,7 +4180,7 @@
       (let ((indent-info (if cperl-emacs-can-parse
 			     (list nil nil nil)	; Cannot use '(), since will modify
 			   nil))
-	    (pm 0) (imenu-scanning-message "Indenting... (%3d%%)")
+	    (pm 0)
 	    after-change-functions	; Speed it up!
 	    st comm old-comm-indent new-comm-indent p pp i empty)
 	(if h-a-c (add-hook 'after-change-functions 'cperl-delay-update-hook))