1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Ulrich Mueller <ulm at gentoo.org> (tiny change)

(bad-packages-alist): Anchor semantic regexp.
This commit is contained in:
Glenn Morris 2007-11-03 03:08:29 +00:00
parent a9f480e8f6
commit 7796ee61d1
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
* simple.el (bad-packages-alist): Anchor semantic regexp.
2007-11-03 Glenn Morris <rgm@gnu.org>
* newcomment.el (comment-dwim): Call comment-insert-comment-function,

View file

@ -5841,7 +5841,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).")