* emacs-lisp/lucid.el: Move to obsolete/lucid.el.
* emacs-lisp/levents.el: Move to obsolete/levents.el.
This commit is contained in:
parent
b5553d47e2
commit
8f72f03c46
4 changed files with 7 additions and 0 deletions
2
etc/NEWS
2
etc/NEWS
|
|
@ -135,6 +135,8 @@ For instance, this can complete M-x lch to list-command-history.
|
|||
|
||||
* Changes in Specialized Modes and Packages in Emacs 23.2
|
||||
|
||||
** lucid.el and levents.el are now declared obsolete.
|
||||
|
||||
** pcomplete provides a new command `pcomplete-std-completion' which
|
||||
is similar to `pcomplete' but using the standard completion UI code.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* emacs-lisp/lucid.el: Move to obsolete/lucid.el.
|
||||
* emacs-lisp/levents.el: Move to obsolete/levents.el.
|
||||
|
||||
* nxml/xsd-regexp.el (xsdre-gen-categories):
|
||||
* nxml/xmltok.el (xmltok-parse-entity):
|
||||
* nxml/rng-parse.el (rng-parse-validate-file):
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: emulations
|
||||
;; Obsolete-since: 23.2
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: emulations
|
||||
;; Obsolete-since: 23.2
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
Loading…
Add table
Reference in a new issue