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.
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user