]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove some XEmacs references in speedbar.el
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 12 Sep 2022 11:09:23 +0000 (13:09 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 12 Sep 2022 11:09:23 +0000 (13:09 +0200)
* lisp/speedbar.el (speedbar-toggle-etags): Remove some references
to etags support being XEmacs specific (bug#51102).

lisp/speedbar.el

index e74d6fd80a98a7839833d9b6ad1b9a8d0b7e742c..515f7d5d750b006cfde3b82fc0fe35d999458e63 100644 (file)
@@ -3509,7 +3509,7 @@ Returns the tag list, or t for an error."
     (error t)))
 )
 \f
-;;; 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")