# HG changeset patch # User Richard M. Stallman # Date 1100981914 0 # Node ID 4ca1b78a471fd4f0d9858e4a655b7571ca653f3b # Parent 7c3e2674726fb671a0176a80ecdd3a007026428a (cperl-indent-region): Don't mind imenu-scanning-message. diff -r 7c3e2674726f -r 4ca1b78a471f lisp/progmodes/cperl-mode.el --- 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))