From: Eshel Yaron Date: Mon, 18 Nov 2024 08:30:07 +0000 (+0100) Subject: Fix regression in 'Custom-newline' X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e4e504a69f4336dbbd4ec91c2048434a1104a41e;p=emacs.git Fix regression in 'Custom-newline' --- 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).