aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/speedbar.el7
1 files changed, 2 insertions, 5 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index 9c5f028e4ab..991c8a33d46 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -899,12 +899,9 @@ This basically creates a sparse keymap, and makes its parent be
899 "Additional menu items while in file-mode.") 899 "Additional menu items while in file-mode.")
900 900
901(defvar speedbar-easymenu-definition-trailer 901(defvar speedbar-easymenu-definition-trailer
902 (append 902 '(["Customize..." speedbar-customize t]
903 (if (and (featurep 'custom) (fboundp 'custom-declare-variable))
904 (list ["Customize..." speedbar-customize t]))
905 (list
906 ["Close" dframe-close-frame t] 903 ["Close" dframe-close-frame t]
907 ["Quit" delete-frame t] )) 904 ["Quit" delete-frame t])
908 "Menu items appearing at the end of the speedbar menu.") 905 "Menu items appearing at the end of the speedbar menu.")
909 906
910(defvar speedbar-desired-buffer nil 907(defvar speedbar-desired-buffer nil