]> code.delx.au - gnu-emacs/commitdiff
(cperl-indent-region): Don't mind imenu-scanning-message.
authorRichard M. Stallman <rms@gnu.org>
Sat, 20 Nov 2004 20:18:34 +0000 (20:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 20 Nov 2004 20:18:34 +0000 (20:18 +0000)
lisp/progmodes/cperl-mode.el

index 24a185927927812bd92dc8063d1d942a1abe646a..831917f11977fb177024b893400c3fa67d255851 100644 (file)
@@ -4180,7 +4180,7 @@ conditional/loop constructs."
       (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))