]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix handling of help keys in 'y-or-n-p'
authorEshel Yaron <me@eshelyaron.com>
Sun, 30 Jun 2024 20:25:30 +0000 (22:25 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 30 Jun 2024 20:25:30 +0000 (22:25 +0200)
lisp/subr.el

index 514418112a6a4a34c3a4f34e3110f06432d4dcd7..7ece0f79a8d12f323675839f4f88422e9fe0c6d6 100644 (file)
@@ -3724,7 +3724,7 @@ There is no need to explicitly add `help-char' to CHARS;
     (define-key map [remap skip] #'y-or-n-p-insert-n)
 
     (dolist (symbol '(backup undo undo-all edit edit-replacement
-                      delete-and-edit ignore self-insert-command))
+                      delete-and-edit ignore self-insert-command help))
       (define-key map (vector 'remap symbol) #'y-or-n-p-insert-other))
 
     (define-key map [remap recenter] #'minibuffer-recenter-top-bottom)