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: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el,v [EMACS_22_BASE]
Date: Sun, 23 Sep 2007 16:01:43 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Dan Nicolaescu <dann>   07/09/23 16:01:42

Index: files.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/files.el,v
retrieving revision 1.896.2.26
retrieving revision 1.896.2.27
diff -u -b -r1.896.2.26 -r1.896.2.27
--- files.el    22 Sep 2007 17:52:16 -0000      1.896.2.26
+++ files.el    23 Sep 2007 16:01:39 -0000      1.896.2.27
@@ -3188,7 +3188,7 @@
                         (length name))
                   (if keep-backup-version
                       (length name)
-                    (or (string-match "\\.~[-0-9a-zA-Z._]+~\\'" name)
+                    (or (string-match "\\.~[-[:alnum:]:address@hidden'" name)
                         (string-match "~\\'" name)
                         (length name))))))))
 




reply via email to

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