From a3fed6ffab8a4fff50bd162728be0f1d79d14663 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Fri, 15 Nov 2013 12:02:13 +0200 Subject: [PATCH] * lisp/subr.el (version-regexp-alist): Fix a typo. --- lisp/ChangeLog | 4 ++++ lisp/subr.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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\", -- 2.39.2