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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user