aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus <[email protected]>2011-11-23 21:05:50 +0100
committerMichael Albinus <[email protected]>2011-11-23 21:05:50 +0100
commit7262a87c73d26c6ce7c25699198c981b560a0d1a (patch)
tree864ab4e46b18d0c7bb1a4e95ba1d509eff89ebaf
parent283430a1dfecdb309bd6b5bfee0c996648e3bf6a (diff)
* rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
`non-essential' to t, in order to avoid remote connections.
-rw-r--r--lisp/ChangeLog11
-rw-r--r--lisp/rfn-eshadow.el3
2 files changed, 10 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 499eaea9cb..8ba307a377 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-23 Michael Albinus <[email protected]>
+
+ * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
+ `non-essential' to t, in order to avoid remote connections.
+
2011-11-23 Eli Zaretskii <[email protected]>
* emacs-lisp/autoload.el (autoload-generate-file-autoloads): On
@@ -240,12 +245,12 @@
2011-11-16 Michael Albinus <[email protected]>
- * net/tramp.el (tramp-handle-file-truename): Cache only the local
- file name.
-
* net/tramp-cache.el (tramp-flush-file-property): Flush also
properties of linked files. (Bug#9879)
+ * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
+ local file name.
+
2011-11-16 Juanma Barranquero <[email protected]>
* menu-bar.el (menu-bar-file-menu):
diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el
index 2d8c6e0964..ded76f9fbc 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