From 7ba2dc95a8a65cb320a5e4c8773c27a7b85a0206 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 12 Sep 2022 13:09:23 +0200 Subject: [PATCH] Remove some XEmacs references in speedbar.el * lisp/speedbar.el (speedbar-toggle-etags): Remove some references to etags support being XEmacs specific (bug#51102). --- lisp/speedbar.el | 7 ++----- 1 file 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 ." +`speedbar-show-unknown-files'." (interactive) (cond ((equal flag "sort")