1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/nxml/rng-nxml.el (rng-set-state-after): Do not let-bind

timer-idle-list.

* lisp/nxml/rng-valid.el (rng-validate-while-idle-continue-p)
(rng-next-error-1, rng-previous-error-1): Do not let-bind
timer-idle-list.

Fixes: debbugs:13999
This commit is contained in:
Leo Liu 2013-03-23 09:38:56 +08:00
parent e38e678043
commit a320a2dbc9
3 changed files with 23 additions and 29 deletions

View file

@ -380,9 +380,7 @@ set `xmltok-dtd'. Returns the position of the end of the token."
(< rng-validate-up-to-date-end pos))
;; Display percentage validated.
(force-mode-line-update)
;; Force redisplay but don't allow idle timers to run.
(let ((timer-idle-list nil))
(sit-for 0)))
(sit-for 0))
(message "Parsing...done"))
(save-excursion
(save-restriction