comparison lisp/cus-edit.el @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents ba8c5b54e390
children 2832745c4aee
comparison
equal deleted inserted replaced
59995:8f4938738427 59996:aac0a33f5772
1181 :group 'custom-buffer) 1181 :group 'custom-buffer)
1182 1182
1183 (defcustom custom-buffer-done-kill nil 1183 (defcustom custom-buffer-done-kill nil
1184 "*Non-nil means exiting a Custom buffer should kill it." 1184 "*Non-nil means exiting a Custom buffer should kill it."
1185 :type 'boolean 1185 :type 'boolean
1186 :version "21.4" 1186 :version "22.1"
1187 :group 'custom-buffer) 1187 :group 'custom-buffer)
1188 1188
1189 (defcustom custom-buffer-indent 3 1189 (defcustom custom-buffer-indent 3
1190 "Number of spaces to indent nested groups." 1190 "Number of spaces to indent nested groups."
1191 :type 'integer 1191 :type 'integer