Move complete.el to lisp/obsolete.

This commit is contained in:
Stefan Monnier 2010-04-12 23:29:38 -04:00
parent eb6967a081
commit c1e25821f9
3 changed files with 5 additions and 0 deletions

View file

@ -81,6 +81,8 @@ scroll a line instead of full screen.
* Changes in Specialized Modes and Packages in Emacs 24.1
** partial-completion-mode is now obsolete.
** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags.
** Customize

View file

@ -1,5 +1,7 @@
2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
* obsolete/complete.el: Move from lisp/complete.el.
* pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
* emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument

View file

@ -5,6 +5,7 @@
;; Author: Dave Gillespie <daveg@synaptics.com>
;; Keywords: abbrev convenience
;; Obsolete-since: 24.1
;;
;; Special thanks to Hallvard Furuseth for his many ideas and contributions.