aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-08-14 08:48:09 +0000
committerGlenn Morris2007-08-14 08:48:09 +0000
commit1c02bcdc705c4209678508717b7e8feee9ea9caa (patch)
tree34aa4152edb7682058b852303c9350a1ac5be65f
parent05d61686c6b5430884fb2c92dd762df6044eb3d2 (diff)
downloademacs-1c02bcdc705c4209678508717b7e8feee9ea9caa.tar.gz
emacs-1c02bcdc705c4209678508717b7e8feee9ea9caa.zip
(bad-packages-alist): Fix regexp typo in previous change.
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index ef066ba701d..b5c0dbe93fa 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -5807,7 +5807,7 @@ works by saving the value of `buffer-invisibility-spec' and setting it to nil."
5807(defconst bad-packages-alist 5807(defconst bad-packages-alist
5808 ;; Not sure exactly which semantic versions have problems. 5808 ;; Not sure exactly which semantic versions have problems.
5809 ;; Definitely 2.0pre3, probably all 2.0pre's before this. 5809 ;; Definitely 2.0pre3, probably all 2.0pre's before this.
5810 '((semantic semantic-version "2\.0pre[1-3]" 5810 '((semantic semantic-version "2\\.0pre[1-3]"
5811 "The version of `semantic' loaded does not work in Emacs 22. 5811 "The version of `semantic' loaded does not work in Emacs 22.
5812It can cause constant high CPU load. Upgrade to at least 2.0pre4.") 5812It can cause constant high CPU load. Upgrade to at least 2.0pre4.")
5813 ;; CUA-mode does not work with GNU Emacs version 22.1 and newer. 5813 ;; CUA-mode does not work with GNU Emacs version 22.1 and newer.