emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7ba2dc95a8 1/2: Remove some XEmacs references in speedbar.el


From: Lars Ingebrigtsen
Subject: master 7ba2dc95a8 1/2: Remove some XEmacs references in speedbar.el
Date: Mon, 12 Sep 2022 08:17:41 -0400 (EDT)

branch: master
commit 7ba2dc95a8a65cb320a5e4c8773c27a7b85a0206
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 e74d6fd80a..515f7d5d75 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]