From c287deb0b8a7331afb2ac0016499b00b69e2b71c Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 17 Jun 2019 12:37:02 +0200 Subject: [PATCH] Suppress warning in isearchb about iswitchb being obsolete * lisp/isearchb.el (obsolete): Suppress warning about package being obsolete. Instead, this has been reported to the bug tracker, because it requires a rewrite of isearchb. --- lisp/isearchb.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/isearchb.el b/lisp/isearchb.el index ee392b349e8..3dcd7d0d7a9 100644 --- a/lisp/isearchb.el +++ b/lisp/isearchb.el @@ -77,7 +77,9 @@ ;;; Code: -(require 'iswitchb) ;FIXME: Don't rely on iswitchb! +;; FIXME: Don't rely on iswitchb! See bug#36260. +(with-suppressed-warnings ((obsolete iswitchb)) + (require 'iswitchb)) (defgroup isearchb nil "Switch between buffers using a mechanism like isearch." -- 2.39.2