comparison lisp/cus-edit.el @ 21669:9861518505cb

*** empty log message ***
author Dan Nicolaescu <done@ece.arizona.edu>
date Mon, 20 Apr 1998 02:34:53 +0000
parents 840699d18eab
children e35aafba190f
comparison
equal deleted inserted replaced
21668:621dd51298ec 21669:9861518505cb
1779 1779
1780 (defcustom custom-variable-default-form 'edit 1780 (defcustom custom-variable-default-form 'edit
1781 "Default form of displaying variable values." 1781 "Default form of displaying variable values."
1782 :type '(choice (const edit) 1782 :type '(choice (const edit)
1783 (const lisp)) 1783 (const lisp))
1784 :group 'custom-buffer) 1784 :group 'custom-buffer
1785 :version "20.3")
1785 1786
1786 (define-widget 'custom-variable 'custom 1787 (define-widget 'custom-variable 'custom
1787 "Customize variable." 1788 "Customize variable."
1788 :format "%v" 1789 :format "%v"
1789 :help-echo "Set or reset this variable." 1790 :help-echo "Set or reset this variable."
2224 (defcustom custom-face-default-form 'selected 2225 (defcustom custom-face-default-form 'selected
2225 "Default form of displaying face definition." 2226 "Default form of displaying face definition."
2226 :type '(choice (const all) 2227 :type '(choice (const all)
2227 (const selected) 2228 (const selected)
2228 (const lisp)) 2229 (const lisp))
2229 :group 'custom-buffer) 2230 :group 'custom-buffer
2231 :version "20.3")
2230 2232
2231 (define-widget 'custom-face 'custom 2233 (define-widget 'custom-face 'custom
2232 "Customize face." 2234 "Customize face."
2233 :sample-face 'custom-face-tag-face 2235 :sample-face 'custom-face-tag-face
2234 :help-echo "Set or reset this face." 2236 :help-echo "Set or reset this face."