Move complete.el to lisp/obsolete.
This commit is contained in:
parent
eb6967a081
commit
c1e25821f9
3 changed files with 5 additions and 0 deletions
2
etc/NEWS
2
etc/NEWS
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
Loading…
Add table
Reference in a new issue