bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49869: Revert buffer? Yes/No/Maybe


From: Eli Zaretskii
Subject: bug#49869: Revert buffer? Yes/No/Maybe
Date: Wed, 04 Aug 2021 15:23:57 +0300

> Date: Wed, 04 Aug 2021 12:22:09 +0000
> From: Gregory Heytings <gregory@heytings.org>
> cc: Juri Linkov <juri@linkov.net>, 49869@debbugs.gnu.org
> 
> (defun revert-buffer-short-answer (&optional args)
>    (interactive (list (not current-prefix-arg)))
>    (let ((use-short-answers t))
>      (revert-buffer args)))
> 
> (global-set-key (kbd "C-x x g") 'revert-buffer-short-answer)

If you propose this as something people who want this could do in
their init files, then I agree.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]