aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index ef066ba701d..b5c0dbe93fa 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -5807,7 +5807,7 @@ works by saving the value of `buffer-invisibility-spec' and setting it to nil."
5807(defconst bad-packages-alist 5807(defconst bad-packages-alist
5808 ;; Not sure exactly which semantic versions have problems. 5808 ;; Not sure exactly which semantic versions have problems.
5809 ;; Definitely 2.0pre3, probably all 2.0pre's before this. 5809 ;; Definitely 2.0pre3, probably all 2.0pre's before this.
5810 '((semantic semantic-version "2\.0pre[1-3]" 5810 '((semantic semantic-version "2\\.0pre[1-3]"
5811 "The version of `semantic' loaded does not work in Emacs 22. 5811 "The version of `semantic' loaded does not work in Emacs 22.
5812It can cause constant high CPU load. Upgrade to at least 2.0pre4.") 5812It can cause constant high CPU load. Upgrade to at least 2.0pre4.")
5813 ;; CUA-mode does not work with GNU Emacs version 22.1 and newer. 5813 ;; CUA-mode does not work with GNU Emacs version 22.1 and newer.