emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/files.el,v [EMACS_22_BASE]


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el,v [EMACS_22_BASE]
Date: Sun, 05 Aug 2007 12:43:08 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Michael Albinus <albinus>       07/08/05 12:43:07

Index: files.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/files.el,v
retrieving revision 1.896.2.11
retrieving revision 1.896.2.12
diff -u -b -r1.896.2.11 -r1.896.2.12
--- files.el    5 Aug 2007 08:57:24 -0000       1.896.2.11
+++ files.el    5 Aug 2007 12:43:05 -0000       1.896.2.12
@@ -2260,7 +2260,7 @@
     (unless done
       (if buffer-file-name
          (let ((name buffer-file-name)
-               (remote-id (file-remote-p buffer-file-name)))
+               (remote-id (regexp-quote (file-remote-p buffer-file-name))))
            ;; Remove remote file name identification.
            (when (and (stringp remote-id)
                       (string-match remote-id name))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]