mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-15 10:16:36 -04:00
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
|
|
@ -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…
Reference in a new issue