diff options
| author | Glenn Morris <rgm@gnu.org> | 2014-02-06 19:22:34 -0800 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2014-02-06 19:22:34 -0800 |
| commit | 2b568bc90bdae6daddd3e928f1b120015c26907b (patch) | |
| tree | ccbd70414c2fc2546b25c99c70d710dbde208864 /lisp/emacs-lisp | |
| parent | e04d62b9d94817358faf16841a83859ed36ff3df (diff) | |
| download | emacs-2b568bc90bdae6daddd3e928f1b120015c26907b.tar.gz | |
Move iswitchb.el to obsolete/
Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00501.html
* lisp/obsolete/iswitchb.el: Move to obsolete/.
* lisp/simple.el (iswitchb-mode): Add manual autoloads to ease transition,
since obsolete/ is not scanned for autoloads.
* lisp/emacs-lisp/authors.el (authors-valid-file-names):
Add iswitchb.el.
* doc/emacs/ack.texi (Acknowledgments): No longer mention obsolete files.
* doc/misc/viper.texi (File and Buffer Handling): Prefer ido to iswitchb.
* etc/NEWS: Related edits.
Diffstat (limited to 'lisp/emacs-lisp')
| -rw-r--r-- | lisp/emacs-lisp/authors.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index 166e2134cb9..dfc60512c61 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -626,7 +626,7 @@ Changes to files in this list are not listed.") "erc-hecomplete.el" "eshell/esh-maint.el" "language/persian.el" - "meese.el" + "meese.el" "iswitchb.el" "mh-exec.el" "mh-init.el" "mh-customize.el" "net/zone-mode.el" "xesam.el" "term/mac-win.el" "sup-mouse.el" |
