diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-05-19 19:06:19 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-05-19 19:06:19 +0000 |
commit | f53077821077bbb41e1d8ee4741f8572bd9950d8 (patch) | |
tree | 52c273d666f33fd8c205b7a6b7c28eacb296f156 /lisp/w32-vars.el | |
parent | 93c8c9cd7d48e5142808c444ba4d637f1ef45d77 (diff) | |
download | emacs-f53077821077bbb41e1d8ee4741f8572bd9950d8.tar.gz |
Specify missing group (and type, if simple) in defcustom.
Diffstat (limited to 'lisp/w32-vars.el')
-rw-r--r-- | lisp/w32-vars.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el index 6a3ff36108e..1877e159ae7 100644 --- a/lisp/w32-vars.el +++ b/lisp/w32-vars.el @@ -146,7 +146,8 @@ menu if the variable `w32-use-w32-font-dialog' is nil." (const :tag "Seperator" ("")) (list :tag "Font Entry" (string :tag "Menu text") - (string :tag "Font")))))))) + (string :tag "Font"))))))) + :group 'w32) (defcustom x-select-enable-clipboard t "*Non-nil means cutting and pasting uses the clipboard. |