emacs-diffs
[Top][All Lists]
Advanced

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

master bddd9c5f68: ; Fix formatting of last change.


From: Eli Zaretskii
Subject: master bddd9c5f68: ; Fix formatting of last change.
Date: Sat, 29 Jan 2022 10:57:08 -0500 (EST)

branch: master
commit bddd9c5f686cd5707fe395bba68c32baf4698cb9
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix formatting of last change.
---
 lisp/subr.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index 6d70d9e8d6..f307b2d4e2 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -3249,14 +3249,13 @@ switch back again to the minibuffer before entering the
 character.  This is not possible when using `read-key', but using
 `read-key' may be less confusing to some users.")
 
-
 (defvar from--tty-menu-p nil
   "Non-nil means the current command was invoked from a TTY menu.")
 (defun use-dialog-box-p ()
   "Say whether the current command should promp the user via GUI dialog box."
   (and last-input-event                 ; not during startup
        (or (listp last-nonmenu-event)   ; invoked by a mouse event
-           from--tty-menu-p)             ; invoked via TTY menu
+           from--tty-menu-p)            ; invoked via TTY menu
        use-dialog-box))
 
 (defun y-or-n-p (prompt)



reply via email to

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