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
/
error-lexical-var-with-remove-hook.el
blob: eaa625eba1c0ddad561db5445cdcd6f78e1e8920 (
plain
)
1
2
3
4
;;; -*- lexical-binding: t; -*- (let ((foo nil)) (remove-hook 'foo #'next-line) foo)