projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15c8e98
)
Fix horizontal line display in Custom buffers
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 10 Jan 2020 19:02:52 +0000
(21:02 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 10 Jan 2020 19:02:52 +0000
(21:02 +0200)
* lisp/cus-edit.el (custom-group-value-create): Insert a newline
before calling 'custom-group--draw-horizontal-line'. (Bug#39074)
lisp/cus-edit.el
patch
|
blob
|
history
diff --git
a/lisp/cus-edit.el
b/lisp/cus-edit.el
index 79c235783d372a26f597ce3c513d00fed32d07cc..0ca3f1ede85291cd7f51b04a0dd25614762df7f8 100644
(file)
--- a/
lisp/cus-edit.el
+++ b/
lisp/cus-edit.el
@@
-4295,6
+4295,7
@@
This works for both graphical and text displays."
(widget-put widget :children children)
(custom-group-state-update widget))
;; End line
+ (insert "\n")
(custom-group--draw-horizontal-line)))))
(defvar custom-group-menu