# HG changeset patch # User Simon Marshall # Date 869830508 0 # Node ID dec0f8a4fd0212b6d2e2a49f68f770174430b6bf # Parent ec31453a91967e13b8393b7868faf2ae8d2196e3 Wrap minibuffer-auto-raise where nec. to stop frame raising. diff -r ec31453a9196 -r dec0f8a4fd02 lisp/lazy-lock.el --- a/lisp/lazy-lock.el Fri Jul 25 11:34:20 1997 +0000 +++ b/lisp/lazy-lock.el Fri Jul 25 11:35:08 1997 +0000 @@ -4,7 +4,7 @@ ;; Author: Simon Marshall ;; Keywords: faces files -;; Version: 2.08.03 +;; Version: 2.08.04 ;;; This file is part of GNU Emacs. @@ -257,6 +257,7 @@ ;; 2.08--2.09: ;; - Removed `byte-*' variables from `eval-when-compile' (Erik Naggum hint) ;; - Made various wrapping `inhibit-point-motion-hooks' (Vinicius Latorre hint) +;; - Made `lazy-lock-fontify-after-idle' wrap `minibuffer-auto-raise' ;;; Code: @@ -313,7 +314,7 @@ ; "Submit via mail a bug report on lazy-lock.el." ; (interactive) ; (let ((reporter-prompt-for-summary-p t)) -; (reporter-submit-bug-report "simon@gnu.ai.mit.edu" "lazy-lock 2.08.03" +; (reporter-submit-bug-report "simon@gnu.ai.mit.edu" "lazy-lock 2.08.04" ; '(lazy-lock-minimum-size lazy-lock-defer-on-the-fly ; lazy-lock-defer-on-scrolling lazy-lock-defer-contextually ; lazy-lock-defer-time lazy-lock-stealth-time @@ -846,7 +847,8 @@ ;; Fontify all buffers that need it, stealthily while idle. (unless (or executing-kbd-macro (window-minibuffer-p (selected-window))) ;; Loop over all buffers, fontify stealthily for each if necessary. - (let ((buffers (buffer-list)) (continue t) message message-log-max) + (let ((buffers (buffer-list)) (continue t) + message message-log-max minibuffer-auto-raise) (save-excursion (do-while (and buffers continue) (set-buffer (car buffers))