aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/isearchb.el4
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 @@
77 77
78;;; Code: 78;;; Code:
79 79
80(require 'iswitchb) ;FIXME: Don't rely on iswitchb! 80;; FIXME: Don't rely on iswitchb! See bug#36260.
81(with-suppressed-warnings ((obsolete iswitchb))
82 (require 'iswitchb))
81 83
82(defgroup isearchb nil 84(defgroup isearchb nil
83 "Switch between buffers using a mechanism like isearch." 85 "Switch between buffers using a mechanism like isearch."