From: Eli Zaretskii Date: Fri, 10 Jan 2020 19:02:52 +0000 (+0200) Subject: Fix horizontal line display in Custom buffers X-Git-Tag: emacs-27.0.90~185 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91cd3c13722976b6ed47da98fdda49358f801356;p=emacs.git 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) --- diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 79c235783d3..0ca3f1ede85 100644 --- 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