Mercurial > emacs
changeset 31562:a2d8210661c8
Add :version to several defcustoms.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 12 Sep 2000 12:54:31 +0000 |
parents | b441ceb31859 |
children | 96b9757bfd45 |
files | lisp/speedbar.el |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/speedbar.el Tue Sep 12 12:51:38 2000 +0000 +++ b/lisp/speedbar.el Tue Sep 12 12:54:31 2000 +0000 @@ -298,6 +298,7 @@ "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 @@ (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 @@ (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 @@ 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 @@ 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