aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 0ee2f060e5e..b72e75d169b 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -1699,6 +1699,7 @@ If the value is non-nil and not a number, we wait 2 seconds."
1699 ;; Don't show the help message if the binding isn't 1699 ;; Don't show the help message if the binding isn't
1700 ;; significantly shorter than the M-x command the user typed. 1700 ;; significantly shorter than the M-x command the user typed.
1701 (< len (- max 5)))) 1701 (< len (- max 5))))
1702 (input-pending-p) ;Dummy call to trigger input-processing, bug#23002.
1702 (let ((candidate (pop candidates))) 1703 (let ((candidate (pop candidates)))
1703 (when (equal name 1704 (when (equal name
1704 (car-safe (completion-try-completion 1705 (car-safe (completion-try-completion