comparison lisp/whitespace.el @ 27583:0a24f44a46f3

(whitespace): Add :version to defgroup.
author Dave Love <fx@gnu.org>
date Wed, 02 Feb 2000 15:01:39 +0000
parents 912b004387d9
children 189f70e66cab
comparison
equal deleted inserted replaced
27582:42b52d8b6703 27583:0a24f44a46f3
85 85
86 (defgroup whitespace nil 86 (defgroup whitespace nil
87 "Check for and fix five different types of whitespaces in source code." 87 "Check for and fix five different types of whitespaces in source code."
88 ;; Since XEmacs doesn't have a 'convenience group, use the next best group 88 ;; Since XEmacs doesn't have a 'convenience group, use the next best group
89 ;; which is 'editing? 89 ;; which is 'editing?
90 :version "21.1"
90 :group (if whitespace-running-emacs 'convenience 'editing)) 91 :group (if whitespace-running-emacs 'convenience 'editing))
91 92
92 (defcustom whitespace-check-leading-whitespace t 93 (defcustom whitespace-check-leading-whitespace t
93 "Flag to check leading whitespace." 94 "Flag to check leading whitespace."
94 :type 'boolean 95 :type 'boolean