From 3ee073674a70df40f1186762e82a4bda1d8fd500 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 2 Jan 2006 22:27:08 +0000 Subject: [PATCH] * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist): Move to `custom-buffer' group. --- lisp/ChangeLog | 3 +++ lisp/cus-edit.el | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 53e59f3dca9..761f2212444 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 5e9c98c7252..e8ad8551f46 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -619,7 +619,7 @@ used. 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 @@ matches the name of the symbol will be used. 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. -- 2.39.2