+2008-06-08 Andreas Schwab <schwab@suse.de>
+
+ * minibuffer.el (minibuffer-message): Bind inhibit-quit around
+ sit-for.
+
2008-06-08 Martin Rudalics <rudalics@gmx.at>
* window.el (split-height-threshold, split-width-threshold): Add
(copy-sequence message)
(concat " [" message "]")))
(when args (setq message (apply 'format message args)))
- (let ((ol (make-overlay (point-max) (point-max) nil t t)))
+ (let ((ol (make-overlay (point-max) (point-max) nil t t))
+ ;; A quit during sit-for should be (re-)read as
+ ;; abort-recursive-edit
+ (inhibit-quit t))
(unwind-protect
(progn
(unless (zerop (length message))