mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Remove some XEmacs references in speedbar.el
* lisp/speedbar.el (speedbar-toggle-etags): Remove some references to etags support being XEmacs specific (bug#51102).
This commit is contained in:
parent
87e4922cee
commit
7ba2dc95a8
1 changed files with 2 additions and 5 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue