summaryrefslogtreecommitdiff
path: root/lisp/speedbar.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-03-04 04:37:38 +0100
committerStefan Kangas <stefankangas@gmail.com>2020-03-04 05:50:26 +0100
commitcf45e8022ee182529668c0d50d27b4e168331e97 (patch)
tree739833814cbb75b767237287d797da53de728d4a /lisp/speedbar.el
parent1aa8780d7b3bf0b4dd227946f0c6095b2c9e545e (diff)
downloademacs-cf45e8022ee182529668c0d50d27b4e168331e97.tar.gz
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.
Diffstat (limited to 'lisp/speedbar.el')
-rw-r--r--lisp/speedbar.el1
1 files changed, 1 insertions, 0 deletions
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.