aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-09-12 12:54:31 +0000
committerDave Love2000-09-12 12:54:31 +0000
commita2b07751dc5970c4195d78e77b20c16b216e813e (patch)
tree67502821def19ca55df9dbc51ee637778524575e
parenta2bd77b863ab9d97c02d077d41a2b48235cb2af7 (diff)
downloademacs-a2b07751dc5970c4195d78e77b20c16b216e813e.tar.gz
emacs-a2b07751dc5970c4195d78e77b20c16b216e813e.zip
Add :version to several defcustoms.
-rw-r--r--lisp/speedbar.el6
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.")
298 "Hooks run when speedbar visits a tag in the selected frame." 298 "Hooks run when speedbar visits a tag in the selected frame."
299 :group 'speedbar 299 :group 'speedbar
300 :type 'hook 300 :type 'hook
301 :version "21.1"
301 :options '(speedbar-highlight-one-tag-line 302 :options '(speedbar-highlight-one-tag-line
302 speedbar-recenter-to-top 303 speedbar-recenter-to-top
303 speedbar-recenter 304 speedbar-recenter
@@ -311,6 +312,7 @@ effective when it's display is shown.")
311(defcustom speedbar-reconfigure-keymaps-hook nil 312(defcustom speedbar-reconfigure-keymaps-hook nil
312 "Hooks run when the keymaps are regenerated." 313 "Hooks run when the keymaps are regenerated."
313 :group 'speedbar 314 :group 'speedbar
315 :version "21.1"
314 :type 'hook) 316 :type 'hook)
315 317
316(defcustom speedbar-show-unknown-files nil 318(defcustom speedbar-show-unknown-files nil
@@ -480,11 +482,13 @@ hierarchy would be replaced with the new directory."
480(defcustom speedbar-indentation-width 1 482(defcustom speedbar-indentation-width 1
481 "*When sub-nodes are expanded, the number of spaces used for indentation." 483 "*When sub-nodes are expanded, the number of spaces used for indentation."
482 :group 'speedbar 484 :group 'speedbar
485 :version "21.1"
483 :type 'integer) 486 :type 'integer)
484 487
485(defcustom speedbar-hide-button-brackets-flag nil 488(defcustom speedbar-hide-button-brackets-flag nil
486 "*Non-nil means speedbar will hide the brackets around the + or -." 489 "*Non-nil means speedbar will hide the brackets around the + or -."
487 :group 'speedbar 490 :group 'speedbar
491 :version "21.1"
488 :type 'boolean) 492 :type 'boolean)
489 493
490(defcustom speedbar-use-images (and (or (fboundp 'defimage) 494(defcustom speedbar-use-images (and (or (fboundp 'defimage)
@@ -494,6 +498,7 @@ hierarchy would be replaced with the new directory."
494 window-system)) 498 window-system))
495 "*Non nil if speedbar should display icons." 499 "*Non nil if speedbar should display icons."
496 :group 'speedbar 500 :group 'speedbar
501 :version "21.1"
497 :type 'boolean) 502 :type 'boolean)
498 503
499(defcustom speedbar-before-popup-hook nil 504(defcustom speedbar-before-popup-hook nil
@@ -679,6 +684,7 @@ function `speedbar-add-supported-extension' to add a new extension at
679runtime, or use the configuration dialog to set it in your .emacs 684runtime, or use the configuration dialog to set it in your .emacs
680file." 685file."
681 :group 'speedbar 686 :group 'speedbar
687 :version "21.1"
682 :type '(repeat (regexp :tag "Extension Regexp")) 688 :type '(repeat (regexp :tag "Extension Regexp"))
683 :set (lambda (sym val) 689 :set (lambda (sym val)
684 (setq speedbar-supported-extension-expressions val 690 (setq speedbar-supported-extension-expressions val