From: Glenn Morris Date: Sat, 3 Nov 2007 03:08:46 +0000 (+0000) Subject: Ulrich Mueller (tiny change) X-Git-Tag: emacs-pretest-22.1.90~436 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2f953832a310bd9a81caaa1e020198c8be15e96;p=emacs.git Ulrich Mueller (tiny change) (bad-packages-alist): Anchor semantic regexp. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dd5ab69e37c..4cf229d2838 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-11-03 Ulrich Mueller (tiny change) + + * simple.el (bad-packages-alist): Anchor semantic regexp. + 2007-11-02 Drake Wilson (tiny change) * files.el (hack-local-variables): Fix membership tests to avoid diff --git a/lisp/simple.el b/lisp/simple.el index e1cf249f01c..551c93b773a 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -5633,7 +5633,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 Semantic 2.0pre4 (distributed with CEDET 1.0pre4).")