From: Basil L. Contovounesios Date: Mon, 11 Oct 2021 10:55:40 +0000 (+0100) Subject: ; Pacify recent shorthand unused lexarg warnings. X-Git-Tag: emacs-28.0.90~328 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab60144ea3fd449aeefa2c67eb75c5ea66044bc1;p=emacs.git ; Pacify recent shorthand unused lexarg warnings. --- diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 48859585bc2..13da7f99a38 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -4116,7 +4116,7 @@ which is at the core of flex logic. The extra (+ (- point (length short)) (length long)))))) -(defun completion-shorthand-all-completions (string table pred _point) +(defun completion-shorthand-all-completions (_string _table _pred _point) ;; no-op: For now, we don't want shorthands to list all the possible ;; locally active longhands. For the completion categories where ;; this style is active, it could hide other more interesting