# HG changeset patch # User Glenn Morris # Date 1187081264 0 # Node ID 8fbda9f643426ee5e2c342383ac956e57fa67a77 # Parent 12d6616f18aabbbd048042ab3fb3b755bd88b60c (bad-packages-alist): Fix regexp typo in previous change. diff -r 12d6616f18aa -r 8fbda9f64342 lisp/simple.el --- a/lisp/simple.el Tue Aug 14 08:42:11 2007 +0000 +++ b/lisp/simple.el Tue Aug 14 08:47:44 2007 +0000 @@ -5615,7 +5615,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 2.0pre4.") ;; CUA-mode does not work with GNU Emacs version 22.1 and newer.