Variable: speedbar-easymenu-definition-trailer

speedbar-easymenu-definition-trailer is a variable defined in speedbar.el.gz.

Value

(["Customize..." speedbar-customize t]
 ["Close" dframe-close-frame t]
 ["Quit" delete-frame t])

Documentation

Menu items appearing at the end of the speedbar menu.

Source Code

;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defvar speedbar-easymenu-definition-trailer
  '(["Customize..." speedbar-customize t]
    ["Close" dframe-close-frame t]
    ["Quit" delete-frame t])
  "Menu items appearing at the end of the speedbar menu.")