summaryrefslogtreecommitdiff
path: root/lisp/rfn-eshadow.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2011-11-23 21:05:50 +0100
committerMichael Albinus <michael.albinus@gmx.de>2011-11-23 21:05:50 +0100
commit7262a87c73d26c6ce7c25699198c981b560a0d1a (patch)
tree864ab4e46b18d0c7bb1a4e95ba1d509eff89ebaf /lisp/rfn-eshadow.el
parent283430a1dfecdb309bd6b5bfee0c996648e3bf6a (diff)
downloademacs-7262a87c73d26c6ce7c25699198c981b560a0d1a.tar.gz
* rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
`non-essential' to t, in order to avoid remote connections.
Diffstat (limited to 'lisp/rfn-eshadow.el')
-rw-r--r--lisp/rfn-eshadow.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el
index 2d8c6e0964d..ded76f9fbcb 100644
--- a/lisp/rfn-eshadow.el
+++ b/lisp/rfn-eshadow.el
@@ -179,7 +179,8 @@ been set up by `rfn-eshadow-setup-minibuffer'."
(let ((goal (substitute-in-file-name (minibuffer-contents)))
(mid (overlay-end rfn-eshadow-overlay))
(start (minibuffer-prompt-end))
- (end (point-max)))
+ (end (point-max))
+ (non-essential t))
(unless
;; Catch the common case where the shadow does not need to move.
(and mid