# HG changeset patch # User Glenn Morris # Date 1194059222 0 # Node ID 2888fe033e017c3f7e536b55da974c8ff2d33022 # Parent bd6a3acc307b8882a607de577d2102b52698728c Ulrich Mueller (tiny change) (bad-packages-alist): Anchor semantic regexp. diff -r bd6a3acc307b -r 2888fe033e01 lisp/simple.el --- 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).")