summaryrefslogtreecommitdiff
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)