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:
parent
c77ddea7a7
commit
c326ddd190
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue