]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix formatting of last change.
authorEli Zaretskii <eliz@gnu.org>
Sat, 29 Jan 2022 15:56:30 +0000 (17:56 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 29 Jan 2022 15:56:30 +0000 (17:56 +0200)
lisp/subr.el

index 6d70d9e8d65bc1ef40bca0410f02ac14f4eb7f4b..f307b2d4e25920f589249e71368f9c78a2f4dce8 100644 (file)
@@ -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)