# HG changeset patch # User Chong Yidong # Date 1136240828 0 # Node ID eea3a49a9d6cd581869e5e5b27b6e4a4e6665439 # Parent a711a44049e230dcdda17017c008224b1d1ac2cf * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist): Move to `custom-buffer' group. diff -r a711a44049e2 -r eea3a49a9d6c lisp/ChangeLog --- 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 + * 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) diff -r a711a44049e2 -r eea3a49a9d6c lisp/cus-edit.el --- 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.