1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-05 13:31:45 -08:00

(cperl-indent-region): Don't mind imenu-scanning-message.

This commit is contained in:
Richard M. Stallman 2004-11-20 20:18:34 +00:00
parent c77ddea7a7
commit c326ddd190

View 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))