aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-11-03 03:08:29 +0000
committerGlenn Morris <[email protected]>2007-11-03 03:08:29 +0000
commit7796ee61d14f269f5dc4f279de0d39b9c49ea510 (patch)
treea8d3539ac57ce89bf1cb0e5a66c11b2eec2d51eb /lisp
parenta9f480e8f6183f564c55e944fe7c1705c97cd1c8 (diff)
Ulrich Mueller <ulm at gentoo.org> (tiny change)
(bad-packages-alist): Anchor semantic regexp.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/simple.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3a723a52b7..47efeb2de8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-03 Ulrich Mueller <[email protected]> (tiny change)
+
+ * simple.el (bad-packages-alist): Anchor semantic regexp.
+
2007-11-03 Glenn Morris <[email protected]>
* newcomment.el (comment-dwim): Call comment-insert-comment-function,
diff --git a/lisp/simple.el b/lisp/simple.el
index 317acdaff3..f43635807d 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -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).")