changeset 82377:089a910403cf

(bad-packages-alist): Fix regexp typo in previous change.
author Glenn Morris <rgm@gnu.org>
date Tue, 14 Aug 2007 08:48:09 +0000
parents 9bbef4c80f90
children b4a5bc0f9436
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Tue Aug 14 08:41:06 2007 +0000
+++ b/lisp/simple.el	Tue Aug 14 08:48:09 2007 +0000
@@ -5807,7 +5807,7 @@
 (defconst bad-packages-alist
   ;; Not sure exactly which semantic versions have problems.
   ;; Definitely 2.0pre3, probably all 2.0pre's before this.
-  '((semantic semantic-version "2\.0pre[1-3]"
+  '((semantic semantic-version "2\\.0pre[1-3]"
               "The version of `semantic' loaded does not work in Emacs 22.
 It can cause constant high CPU load.  Upgrade to at least 2.0pre4.")
     ;; CUA-mode does not work with GNU Emacs version 22.1 and newer.