From e4e504a69f4336dbbd4ec91c2048434a1104a41e Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Mon, 18 Nov 2024 09:30:07 +0100 Subject: [PATCH] Fix regression in 'Custom-newline' --- lisp/cus-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index dfb994c5fb3..80ec1ee05fa 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -5373,7 +5373,7 @@ The format is suitable for use with `easy-menu-define'." To see what function the widget will call, use the `widget-describe' command." - (interactive "" Custom-mode) + (interactive "@d" Custom-mode) (let ((button (get-char-property pos 'button))) ;; If there is no button at point, then use the one at the start ;; of the line, if it is a custom-group-link (bug#2298). -- 2.39.5