From: Bozhidar Batsov Date: Fri, 15 Nov 2013 10:02:13 +0000 (+0200) Subject: * lisp/subr.el (version-regexp-alist): Fix a typo. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~816 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3fed6ffab8a4fff50bd162728be0f1d79d14663;p=emacs.git * lisp/subr.el (version-regexp-alist): Fix a typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 322934fac8c..a8e807adc1c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-11-15 Bozhidar Batsov + + * subr.el (version-regexp-alist): Fix a typo. + 2013-11-15 Michael Albinus * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to diff --git a/lisp/subr.el b/lisp/subr.el index 612638fcf20..31798b44849 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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\",