]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix M-x hints on Mac port
authorStefan Monnier <monnier@IRO.UMontreal.CA>
Fri, 23 Dec 2016 08:53:31 +0000 (10:53 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 23 Dec 2016 08:53:31 +0000 (10:53 +0200)
* lisp/simple.el (execute-extended-command--shorter): Call
input-pending-p to trigger input processing on some systems, such
as Mac port.  (Bug#23002)

lisp/simple.el

index 162f6dd89c5b4d645134db946bd4785a5345ad91..c85e2cdb177546b100a1d41512ca2727de7a3195 100644 (file)
@@ -1663,6 +1663,7 @@ If the value is non-nil and not a number, we wait 2 seconds."
                   ;; Don't show the help message if the binding isn't
                   ;; significantly shorter than the M-x command the user typed.
                   (< len (- max 5))))
+      (input-pending-p)    ;Dummy call to trigger input-processing, bug#23002.
       (let ((candidate (pop candidates)))
         (when (equal name
                        (car-safe (completion-try-completion