aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2020-03-04 04:37:38 +0100
committerStefan Kangas2020-03-04 05:50:26 +0100
commitcf45e8022ee182529668c0d50d27b4e168331e97 (patch)
tree739833814cbb75b767237287d797da53de728d4a
parent1aa8780d7b3bf0b4dd227946f0c6095b2c9e545e (diff)
downloademacs-cf45e8022ee182529668c0d50d27b4e168331e97.tar.gz
emacs-cf45e8022ee182529668c0d50d27b4e168331e97.zip
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.
-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 @@
11 "This version of speedbar is incompatible with this version. 11 "This version of speedbar is incompatible with this version.
12Due to massive API changes (removing the use of the word PATH) 12Due to massive API changes (removing the use of the word PATH)
13this version is not backward compatible to 0.14 or earlier.") 13this version is not backward compatible to 0.14 or earlier.")
14(make-obsolete-variable 'speedbar-incompatible-version nil "28.1")
14 15
15;; This file is part of GNU Emacs. 16;; This file is part of GNU Emacs.
16 17