]> git.eshelyaron.com Git - emacs.git/commitdiff
(bad-packages-alist): Fix regexp typo in previous change.
authorGlenn Morris <rgm@gnu.org>
Tue, 14 Aug 2007 08:48:09 +0000 (08:48 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 14 Aug 2007 08:48:09 +0000 (08:48 +0000)
lisp/simple.el

index ef066ba701dfb593424b2569e9790a9eb8c98c3e..b5c0dbe93fa9aecabe9bcd120640d4a0577e5172 100644 (file)
@@ -5807,7 +5807,7 @@ works by saving the value of `buffer-invisibility-spec' and setting it to nil."
 (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.