From: Stefan Kangas Date: Wed, 4 Mar 2020 03:37:38 +0000 (+0100) Subject: Declare speedbar-incompatible-version obsolete X-Git-Tag: emacs-28.0.90~7803 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cf45e8022ee182529668c0d50d27b4e168331e97;p=emacs.git Declare speedbar-incompatible-version obsolete This variable refers to a now ancient version of speedbar, and is no longer useful. * lisp/speedbar.el (speedbar-incompatible-version): Declare obsolete. --- diff --git a/lisp/speedbar.el b/lisp/speedbar.el index faa0bcc540d..d8dccfac933 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -11,6 +11,7 @@ "This version of speedbar is incompatible with this version. Due to massive API changes (removing the use of the word PATH) this version is not backward compatible to 0.14 or earlier.") +(make-obsolete-variable 'speedbar-incompatible-version nil "28.1") ;; This file is part of GNU Emacs.