diff options
| author | Stefan Monnier | 2010-04-12 23:29:38 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-04-12 23:29:38 -0400 |
| commit | c1e25821f922d8e6d941f9d7717c054bfd068a47 (patch) | |
| tree | 81618a5949dac283934830c54dbbc66790a3c13d | |
| parent | eb6967a0818f2ea9f352e536be3284bbb00844e4 (diff) | |
| download | emacs-c1e25821f922d8e6d941f9d7717c054bfd068a47.tar.gz emacs-c1e25821f922d8e6d941f9d7717c054bfd068a47.zip | |
Move complete.el to lisp/obsolete.
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/obsolete/complete.el (renamed from lisp/complete.el) | 1 |
3 files changed, 5 insertions, 0 deletions
| @@ -81,6 +81,8 @@ scroll a line instead of full screen. | |||
| 81 | 81 | ||
| 82 | * Changes in Specialized Modes and Packages in Emacs 24.1 | 82 | * Changes in Specialized Modes and Packages in Emacs 24.1 |
| 83 | 83 | ||
| 84 | ** partial-completion-mode is now obsolete. | ||
| 85 | |||
| 84 | ** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags. | 86 | ** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags. |
| 85 | ** Customize | 87 | ** Customize |
| 86 | 88 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aade0e50854..9a439444831 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * obsolete/complete.el: Move from lisp/complete.el. | ||
| 4 | |||
| 3 | * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935). | 5 | * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935). |
| 4 | 6 | ||
| 5 | * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument | 7 | * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument |
diff --git a/lisp/complete.el b/lisp/obsolete/complete.el index 38315245f14..99109015875 100644 --- a/lisp/complete.el +++ b/lisp/obsolete/complete.el | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> | 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> |
| 7 | ;; Keywords: abbrev convenience | 7 | ;; Keywords: abbrev convenience |
| 8 | ;; Obsolete-since: 24.1 | ||
| 8 | ;; | 9 | ;; |
| 9 | ;; Special thanks to Hallvard Furuseth for his many ideas and contributions. | 10 | ;; Special thanks to Hallvard Furuseth for his many ideas and contributions. |
| 10 | 11 | ||