]> git.eshelyaron.com Git - emacs.git/commitdiff
* rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 23 Nov 2011 20:05:50 +0000 (21:05 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 23 Nov 2011 20:05:50 +0000 (21:05 +0100)
`non-essential' to t, in order to avoid remote connections.

lisp/ChangeLog
lisp/rfn-eshadow.el

index 499eaea9cb6b9cd318de1d571c5a04b75c313f87..8ba307a377f12f8c970b26047d4bbfcae805a187 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
+
+       * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
+       `non-essential' to t, in order to avoid remote connections.
+
 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
 
        * emacs-lisp/autoload.el (autoload-generate-file-autoloads): On
 
 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
 
-       * 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  <lekktu@gmail.com>
 
        * menu-bar.el (menu-bar-file-menu):
index 2d8c6e0964d35aac0d2990fe00d7fcd498201f19..ded76f9fbcb211733f2b8e31d12c4262f02a96b2 100644 (file)
@@ -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