* 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 322934f..a8e807a 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 612638f..31798b4 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\",