]> git.eshelyaron.com Git - emacs.git/commitdiff
Declare speedbar-incompatible-version obsolete
authorStefan Kangas <stefankangas@gmail.com>
Wed, 4 Mar 2020 03:37:38 +0000 (04:37 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 4 Mar 2020 04:50:26 +0000 (05:50 +0100)
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

index faa0bcc540d75e717f5d3fb92b558b383a0d1649..d8dccfac933aa2c52edcfc6943ade7f7a07d5edc 100644 (file)
@@ -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.