]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix regression in 'Custom-newline'
authorEshel Yaron <me@eshelyaron.com>
Mon, 18 Nov 2024 08:30:07 +0000 (09:30 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 18 Nov 2024 08:30:07 +0000 (09:30 +0100)
lisp/cus-edit.el

index dfb994c5fb3e81c14982a8274578035cdb1a4c54..80ec1ee05fa365e52ad5c4413e74e993acc5c706 100644 (file)
@@ -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).