emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 ab60144: ; Pacify recent shorthand unused lexarg warnings.


From: Basil L. Contovounesios
Subject: emacs-28 ab60144: ; Pacify recent shorthand unused lexarg warnings.
Date: Mon, 11 Oct 2021 07:01:21 -0400 (EDT)

branch: emacs-28
commit ab60144ea3fd449aeefa2c67eb75c5ea66044bc1
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    ; Pacify recent shorthand unused lexarg warnings.
---
 lisp/minibuffer.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index 4885958..13da7f9 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]