# HG changeset patch # User Glenn Morris # Date 1187081289 0 # Node ID 089a910403cff4f5243b23da17832c13ed802ab6 # Parent 9bbef4c80f9080cb7870db68a3b07d748653f111 (bad-packages-alist): Fix regexp typo in previous change. diff -r 9bbef4c80f90 -r 089a910403cf lisp/simple.el --- a/lisp/simple.el Tue Aug 14 08:41:06 2007 +0000 +++ b/lisp/simple.el Tue Aug 14 08:48:09 2007 +0000 @@ -5807,7 +5807,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.