aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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