Mercurial > emacs
diff lisp/simple.el @ 79325:2888fe033e01
Ulrich Mueller <ulm at gentoo.org> (tiny change)
(bad-packages-alist): Anchor semantic regexp.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 03 Nov 2007 03:07:02 +0000 |
parents | 660c02754a71 |
children | d5c0ef4db45d |
line wrap: on
line diff
--- a/lisp/simple.el Sat Nov 03 01:50:31 2007 +0000 +++ b/lisp/simple.el Sat Nov 03 03:07:02 2007 +0000 @@ -5633,7 +5633,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 Semantic 2.0pre4 (distributed with CEDET 1.0pre4).")