diff options
Diffstat (limited to 'lisp/ido.el')
-rw-r--r-- | lisp/ido.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ido.el b/lisp/ido.el index 1d0082da97c..77e4dd447d8 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -3915,7 +3915,7 @@ If `ido-change-word-sub' cannot be found in WORD, return nil." "Return dotted pair (RES . 1)." (cons res 1)) -(defun ido-choose-completion-string (choice &rest ignored) +(defun ido-choose-completion-string (choice &rest _ignored) (when (ido-active) ;; Insert the completion into the buffer where completion was requested. (and ido-completion-buffer |