* lisp/subr.el (version-regexp-alist): Fix a typo.
This commit is contained in:
parent
8e4af24017
commit
a3fed6ffab
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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\",
|
||||
|
|
Loading…
Add table
Reference in a new issue