diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-14 08:47:44 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-14 08:47:44 +0000 |
commit | f7b949ad26c55deda9848987578fb946d1c52054 (patch) | |
tree | a6d655fc6071067f9b5d8bab7bcfecf5fcd3d320 | |
parent | 290e2424e609c0105ec7db7458eb9eb795ff57cf (diff) | |
download | emacs-f7b949ad26c55deda9848987578fb946d1c52054.tar.gz |
(bad-packages-alist): Fix regexp typo in previous change.
-rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index eda86856275..1ffa9a9ab23 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -5615,7 +5615,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. |