projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9df860
)
; Pacify recent shorthand unused lexarg warnings.
author
Basil L. Contovounesios
<contovob@tcd.ie>
Mon, 11 Oct 2021 10:55:40 +0000
(11:55 +0100)
committer
Basil L. Contovounesios
<contovob@tcd.ie>
Mon, 11 Oct 2021 10:55:40 +0000
(11:55 +0100)
lisp/minibuffer.el
patch
|
blob
|
history
diff --git
a/lisp/minibuffer.el
b/lisp/minibuffer.el
index 48859585bc22758db9eb08c0fc1acb0b408fce65..13da7f99a389d13a0324f847041bc135a94aabc5 100644
(file)
--- 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