diff lisp/simple.el @ 78553:8fbda9f64342

(bad-packages-alist): Fix regexp typo in previous change.
author Glenn Morris <rgm@gnu.org>
date Tue, 14 Aug 2007 08:47:44 +0000
parents 3938d27d7af0
children 1f0417751fd3
line wrap: on
line diff
--- a/lisp/simple.el	Tue Aug 14 08:42:11 2007 +0000
+++ b/lisp/simple.el	Tue Aug 14 08:47:44 2007 +0000
@@ -5615,7 +5615,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.