From 122a7e463a3a4db38d15b710688bc7286745f656 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 10 Nov 2013 23:50:56 -0500 Subject: [PATCH] * lisp/iswitchb.el (iswitchb-mode): Mark obsolete. --- etc/NEWS | 2 ++ lisp/ChangeLog | 4 ++++ lisp/iswitchb.el | 2 ++ 3 files changed, 8 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index fb51902117..5fa5640164 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 92395c9757..b09fba703a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-11-11 Stefan Monnier + + * iswitchb.el (iswitchb-mode): Mark obsolete. + 2013-11-11 Glenn Morris * international/uni-bidi.el, international/uni-category.el: diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index 07873db38e..796420a2ed 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 -- 2.20.1