• Juri Linkov's avatar
    'y-or-n-p' now uses the minibuffer to read 'y' or 'n' answer (bug#38076) · a26a8cc1
    Juri Linkov authored
    * doc/lispref/minibuf.texi (Yes-or-No Queries): Update the fact
    that y-or-n-p uses the minibuffer.
    
    * lisp/subr.el (y-or-n-p-history-variable): New variable.
    (y-or-n-p-map): New keymap.
    (y-or-n-p-insert-y, y-or-n-p-insert-n, y-or-n-p-insert-other):
    New commands.
    (y-or-n-p): Rewrite to use read-from-minibuffer and make-composed-keymap
    with y-or-n-p-map and query-replace-map.
    a26a8cc1
NEWS 123 KB