mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
* lisp/iswitchb.el (iswitchb-mode): Mark obsolete.
This commit is contained in:
parent
a80a32e8c4
commit
122a7e463a
2
etc/NEWS
2
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.
|
||||
|
||||
+++
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user