summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/bytecomp-resources/warn-obsolete-hook.el
blob: 078e6e4a3a9589b1e38f344ea210923580f161d2 (plain)
1
2
3
;;; -*- lexical-binding: t -*-
(defun foo ()
  (add-hook 'bytecomp--tests-obsolete-var #'next-line))