emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115115: * lisp/subr.el (version-regexp-alist): Fix


From: Bozhidar Batsov
Subject: [Emacs-diffs] trunk r115115: * lisp/subr.el (version-regexp-alist): Fix a typo.
Date: Fri, 15 Nov 2013 10:03:06 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115115
revision-id: address@hidden
parent: address@hidden
committer: Bozhidar Batsov <address@hidden>
branch nick: master
timestamp: Fri 2013-11-15 12:02:13 +0200
message:
  * lisp/subr.el (version-regexp-alist): Fix a typo.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/subr.el                   subr.el-20091113204419-o5vbwnq5f7feedwu-151
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-11-15 07:37:18 +0000
+++ b/lisp/ChangeLog    2013-11-15 10:02:13 +0000
@@ -1,3 +1,7 @@
+2013-11-15  Bozhidar Batsov  <address@hidden>
+
+       * subr.el (version-regexp-alist): Fix a typo.
+
 2013-11-15  Michael Albinus  <address@hidden>
 
        * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to

=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2013-11-14 17:07:03 +0000
+++ b/lisp/subr.el      2013-11-15 10:02:13 +0000
@@ -4477,7 +4477,7 @@
     ("^[-_+ ]?\\(cvs\\|git\\|bzr\\|svn\\|hg\\|darcs\\)$" . -4)
     ("^[-_+ ]?alpha$"                                    . -3)
     ("^[-_+ ]?beta$"                                     . -2)
-    ("^[-_+ ]?\\(pre\\|rcc\\)$"                          . -1))
+    ("^[-_+ ]?\\(pre\\|rc\\)$"                           . -1))
   "Specify association between non-numeric version and its priority.
 
 This association is used to handle version string like \"1.0pre2\",


reply via email to

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