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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el,v [EMACS_22_BASE]
Date: Sat, 22 Sep 2007 08:51:41 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Andreas Schwab <schwab> 07/09/22 08:51:41

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




reply via email to

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