From 91cd3c13722976b6ed47da98fdda49358f801356 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 10 Jan 2020 21:02:52 +0200 Subject: [PATCH] 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) --- lisp/cus-edit.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2