Mercurial > emacs
comparison lisp/simple.el @ 78553:8fbda9f64342
(bad-packages-alist): Fix regexp typo in previous change.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 14 Aug 2007 08:47:44 +0000 |
parents | 3938d27d7af0 |
children | 1f0417751fd3 |
comparison
equal
deleted
inserted
replaced
78552:12d6616f18aa | 78553:8fbda9f64342 |
---|---|
5613 ;; flexible as it could be. See the thread: | 5613 ;; flexible as it could be. See the thread: |
5614 ;; http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00300.html | 5614 ;; http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00300.html |
5615 (defconst bad-packages-alist | 5615 (defconst bad-packages-alist |
5616 ;; Not sure exactly which semantic versions have problems. | 5616 ;; Not sure exactly which semantic versions have problems. |
5617 ;; Definitely 2.0pre3, probably all 2.0pre's before this. | 5617 ;; Definitely 2.0pre3, probably all 2.0pre's before this. |
5618 '((semantic semantic-version "2\.0pre[1-3]" | 5618 '((semantic semantic-version "2\\.0pre[1-3]" |
5619 "The version of `semantic' loaded does not work in Emacs 22. | 5619 "The version of `semantic' loaded does not work in Emacs 22. |
5620 It can cause constant high CPU load. Upgrade to at least 2.0pre4.") | 5620 It can cause constant high CPU load. Upgrade to at least 2.0pre4.") |
5621 ;; CUA-mode does not work with GNU Emacs version 22.1 and newer. | 5621 ;; CUA-mode does not work with GNU Emacs version 22.1 and newer. |
5622 ;; Except for version 1.2, all of the 1.x and 2.x version of cua-mode | 5622 ;; Except for version 1.2, all of the 1.x and 2.x version of cua-mode |
5623 ;; provided the `CUA-mode' feature. Since this is no longer true, | 5623 ;; provided the `CUA-mode' feature. Since this is no longer true, |