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-variable-let-bind-nonvariable.el
blob: dde2dcee6e768513b384e839052d29d194d81c19 (
plain
)
1
2
3
;;; -*- lexical-binding: t -*- (defun foo () (let (('t 1)) t))