]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/subr.el (version-regexp-alist): Fix a typo.
authorBozhidar Batsov <bozhidar@batsov.com>
Fri, 15 Nov 2013 10:02:13 +0000 (12:02 +0200)
committerBozhidar Batsov <bozhidar@batsov.com>
Fri, 15 Nov 2013 10:02:13 +0000 (12:02 +0200)
lisp/ChangeLog
lisp/subr.el

index 322934fac8c428fbac22b778dd43b5dc422898cc..a8e807adc1c683a0f46d87a518d1c9cfbab10fe2 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
+
+       * subr.el (version-regexp-alist): Fix a typo.
+
 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
index 612638fcf20d38c6f8c3ff1430c4d8e1c366fee8..31798b4484949758ec2d7085a8fb5aa01c22d48e 100644 (file)
@@ -4477,7 +4477,7 @@ Usually the separator is \".\", but it can be any other string.")
     ("^[-_+ ]?\\(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\",