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:
Eli Zaretskii 2020-01-10 21:02:52 +02:00
parent 15c8e984ae
commit 91cd3c1372

View file

@ -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