From: Stefan Monnier Date: Mon, 11 Nov 2013 04:50:56 +0000 (-0500) Subject: * lisp/iswitchb.el (iswitchb-mode): Mark obsolete. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~873 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=122a7e463a3a4db38d15b710688bc7286745f656;p=emacs.git * lisp/iswitchb.el (iswitchb-mode): Mark obsolete. --- 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 + + * 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 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