Mercurial > emacs
changeset 67983:eea3a49a9d6c
* cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
Move to `custom-buffer' group.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 02 Jan 2006 22:27:08 +0000 |
parents | a711a44049e2 |
children | fb7a11feb83e |
files | lisp/ChangeLog lisp/cus-edit.el |
diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jan 02 22:02:11 2006 +0000 +++ b/lisp/ChangeLog Mon Jan 02 22:27:08 2006 +0000 @@ -1,5 +1,8 @@ 2006-01-02 Chong Yidong <cyd@stupidchicken.com> + * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist): + Move to `custom-buffer' group. + * cus-theme.el: Rewrite the Custom New Theme Mode interface. (custom-new-theme-mode-map, custom-theme-insert-variable-marker) (custom-theme-insert-face-marker, custom-theme-variable-menu)
--- a/lisp/cus-edit.el Mon Jan 02 22:02:11 2006 +0000 +++ b/lisp/cus-edit.el Mon Jan 02 22:27:08 2006 +0000 @@ -619,7 +619,7 @@ This is used for guessing the type of variables not declared with customize." :type '(repeat (group (regexp :tag "Match") (sexp :tag "Type"))) - :group 'customize) + :group 'custom-buffer) (defcustom custom-guess-doc-alist '(("\\`\\*?Non-nil " boolean)) @@ -633,7 +633,7 @@ This is used for guessing the type of variables not declared with customize." :type '(repeat (group (regexp :tag "Match") (sexp :tag "Type"))) - :group 'customize) + :group 'custom-buffer) (defun custom-guess-type (symbol) "Guess a widget suitable for editing the value of SYMBOL.