Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
822a2d03
Commit
822a2d03
authored
Dec 03, 2018
by
Drew Adams
Committed by
Eli Zaretskii
Dec 29, 2018
Browse files
Fix :type 'group' in defcustom
* lisp/wid-edit.el (group): Fix the :format spec. (Bug#33566)
parent
a731c563
Pipeline
#392
failed with stage
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/wid-edit.el
lisp/wid-edit.el
+1
-1
No files found.
lisp/wid-edit.el
View file @
822a2d03
...
...
@@ -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
...
...
Ted Zlatanov
@tzz
mentioned in commit
a8e545ef
·
Dec 31, 2018
mentioned in commit
a8e545ef
mentioned in commit a8e545ef6b92f6eb5916a6803a5d95256fd9eb6b
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment