diff options
author | Dave Love <fx@gnu.org> | 2000-09-12 12:54:31 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-09-12 12:54:31 +0000 |
commit | a2b07751dc5970c4195d78e77b20c16b216e813e (patch) | |
tree | 67502821def19ca55df9dbc51ee637778524575e /lisp/speedbar.el | |
parent | a2bd77b863ab9d97c02d077d41a2b48235cb2af7 (diff) | |
download | emacs-a2b07751dc5970c4195d78e77b20c16b216e813e.tar.gz |
Add :version to several defcustoms.
Diffstat (limited to 'lisp/speedbar.el')
-rw-r--r-- | lisp/speedbar.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index f74566fe5a6..f60f7030ebc 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -298,6 +298,7 @@ effective when it's display is shown.") "Hooks run when speedbar visits a tag in the selected frame." :group 'speedbar :type 'hook + :version "21.1" :options '(speedbar-highlight-one-tag-line speedbar-recenter-to-top speedbar-recenter @@ -311,6 +312,7 @@ effective when it's display is shown.") (defcustom speedbar-reconfigure-keymaps-hook nil "Hooks run when the keymaps are regenerated." :group 'speedbar + :version "21.1" :type 'hook) (defcustom speedbar-show-unknown-files nil @@ -480,11 +482,13 @@ hierarchy would be replaced with the new directory." (defcustom speedbar-indentation-width 1 "*When sub-nodes are expanded, the number of spaces used for indentation." :group 'speedbar + :version "21.1" :type 'integer) (defcustom speedbar-hide-button-brackets-flag nil "*Non-nil means speedbar will hide the brackets around the + or -." :group 'speedbar + :version "21.1" :type 'boolean) (defcustom speedbar-use-images (and (or (fboundp 'defimage) @@ -494,6 +498,7 @@ hierarchy would be replaced with the new directory." window-system)) "*Non nil if speedbar should display icons." :group 'speedbar + :version "21.1" :type 'boolean) (defcustom speedbar-before-popup-hook nil @@ -679,6 +684,7 @@ function `speedbar-add-supported-extension' to add a new extension at runtime, or use the configuration dialog to set it in your .emacs file." :group 'speedbar + :version "21.1" :type '(repeat (regexp :tag "Extension Regexp")) :set (lambda (sym val) (setq speedbar-supported-extension-expressions val |