Fix horizontal line display in Custom buffers
* lisp/cus-edit.el (custom-group-value-create): Insert a newline before calling 'custom-group--draw-horizontal-line'. (Bug#39074)
This commit is contained in:
parent
15c8e984ae
commit
91cd3c1372
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue