diff options
Diffstat (limited to 'lisp/isearchb.el')
-rw-r--r-- | lisp/isearchb.el | 4 |
1 files changed, 3 insertions, 1 deletions
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." |