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: Sat, 22 Sep 2007 17:52:20 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Dan Nicolaescu <dann>   07/09/22 17:52:19

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




reply via email to

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