[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-26 822a2d0: Fix :type 'group' in defcustom
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] emacs-26 822a2d0: Fix :type 'group' in defcustom |
Date: |
Sat, 29 Dec 2018 03:03:43 -0500 (EST) |
branch: emacs-26
commit 822a2d039f7f411e1e41160b163cf24752aea971
Author: Drew Adams <address@hidden>
Commit: Eli Zaretskii <address@hidden>
Fix :type 'group' in defcustom
* lisp/wid-edit.el (group): Fix the :format spec. (Bug#33566)
---
lisp/wid-edit.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el
index bee7f80..29a7a44 100644
--- a/lisp/wid-edit.el
+++ b/lisp/wid-edit.el
@@ -2746,7 +2746,7 @@ Return an alist of (TYPE MATCH)."
"A widget which groups other widgets inside."
:convert-widget 'widget-types-convert-widget
:copy 'widget-types-copy
- :format "%v"
+ :format ":\n%v"
:value-create 'widget-group-value-create
:value-get 'widget-editable-list-value-get
:default-get 'widget-group-default-get
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs-26 822a2d0: Fix :type 'group' in defcustom,
Eli Zaretskii <=