From a320a2dbc9840dc1106f14b5f43b0ca0edf2a597 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Sat, 23 Mar 2013 09:38:56 +0800 Subject: * 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 --- lisp/nxml/rng-nxml.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lisp/nxml/rng-nxml.el') diff --git a/lisp/nxml/rng-nxml.el b/lisp/nxml/rng-nxml.el index cfb8e33cccb..bc070136adb 100644 --- a/lisp/nxml/rng-nxml.el +++ b/lisp/nxml/rng-nxml.el @@ -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 -- cgit v1.2.1