summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2013-11-10 23:50:56 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2013-11-10 23:50:56 -0500
commit122a7e463a3a4db38d15b710688bc7286745f656 (patch)
tree87f489600f1cc9773bfe6f85574c527733e077b1
parenta80a32e8c49c1ab284f9ee29982bea714a6a41ca (diff)
downloademacs-122a7e463a3a4db38d15b710688bc7286745f656.tar.gz
* lisp/iswitchb.el (iswitchb-mode): Mark obsolete.
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/iswitchb.el2
3 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fb519021179..5fa56401641 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -587,6 +587,8 @@ display a `Homepage' header, if it's present.
** Obsolete packages:
+*** Iswitchb is made obsolete by icomplete-mode.
+
*** longlines.el is obsolete; use visual-line-mode instead.
+++
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 92395c97573..b09fba703a7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * iswitchb.el (iswitchb-mode): Mark obsolete.
+
2013-11-11 Glenn Morris <rgm@gnu.org>
* international/uni-bidi.el, international/uni-category.el:
diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el
index 07873db38e1..796420a2ede 100644
--- a/lisp/iswitchb.el
+++ b/lisp/iswitchb.el
@@ -1427,6 +1427,8 @@ between buffers using substrings. See `iswitchb' for details."
(add-hook 'minibuffer-setup-hook 'iswitchb-minibuffer-setup)
(remove-hook 'minibuffer-setup-hook 'iswitchb-minibuffer-setup)))
+(make-obsolete 'iswitchb-mode 'icomplete-mode "24.4")
+
(provide 'iswitchb)
;;; iswitchb.el ends here