From cf45e8022ee182529668c0d50d27b4e168331e97 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 4 Mar 2020 04:37:38 +0100 Subject: [PATCH] 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. --- lisp/speedbar.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.2