summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-09-12 13:09:23 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-09-12 13:09:23 +0200
commit7ba2dc95a8a65cb320a5e4c8773c27a7b85a0206 (patch)
tree64d3a24c1920bad937b414417608296cf2a6c30b
parent87e4922cee2448e0c8d7bda155b35772abd5c025 (diff)
downloademacs-7ba2dc95a8a65cb320a5e4c8773c27a7b85a0206.tar.gz
Remove some XEmacs references in speedbar.el
* lisp/speedbar.el (speedbar-toggle-etags): Remove some references to etags support being XEmacs specific (bug#51102).
-rw-r--r--lisp/speedbar.el7
1 files changed, 2 insertions, 5 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index e74d6fd80a9..515f7d5d750 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -3509,7 +3509,7 @@ Returns the tag list, or t for an error."
(error t)))
)
-;;; Tag Management -- etags (old XEmacs compatibility part)
+;;; Tag Management -- etags
;;
(defvar speedbar-fetch-etags-parse-list
'(;; Note that java has the same parse-group as c
@@ -3552,10 +3552,7 @@ This variable is ignored if `speedbar-use-imenu-flag' is t."
FLAG then becomes a member of etags command line arguments. If flag
is \"sort\", then toggle the value of `speedbar-sort-tags'. If its
value is \"show\" then toggle the value of
-`speedbar-show-unknown-files'.
-
- This function is a convenience function for XEmacs menu created by
-Farzin Guilak <farzin@protocol.com>."
+`speedbar-show-unknown-files'."
(interactive)
(cond
((equal flag "sort")