]> code.delx.au - gnu-emacs/commitdiff
Move complete.el to lisp/obsolete.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 13 Apr 2010 03:29:38 +0000 (23:29 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 13 Apr 2010 03:29:38 +0000 (23:29 -0400)
etc/NEWS
lisp/ChangeLog
lisp/obsolete/complete.el [moved from lisp/complete.el with 99% similarity]

index ba254a3037075a1554009cafad72d69fbb10b087..e52f43767fb978702160c5e7298a2d659886703b 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -81,6 +81,8 @@ scroll a line instead of full screen.
 \f
 * 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
 
index aade0e50854513720813c9fec520759e0400384d..9a439444831d1275e1ea88d0473dc3a765ab1c6a 100644 (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
similarity index 99%
rename from lisp/complete.el
rename to lisp/obsolete/complete.el
index 38315245f1475930d2f8dc7d584cabaf8691e46d..991090158753d2bc36692beac5d39c1b45cdcc65 100644 (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.