index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
emacs-lisp
/
bytecomp-resources
/
warn-callargs.el
blob: 687add380b9cf65ac6a462d931d1fce7e091a483 (
plain
)
1
2
3
4
5
;;; -*- lexical-binding: t -*- (defun foo (_x) nil) (defun bar () (foo 1 2))