summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/bytecomp-resources/warn-obsolete-variable-bound.el
blob: e65a541e6e3ab70073534b15f9d8bb11c4729f7d (plain)
1
2
3
4
5
6
7
;;; -*- lexical-binding: t -*-

(make-obsolete-variable 'bytecomp--tests-obsolete-var-2 nil "99.99")

(defun foo ()
  (let ((bytecomp--tests-obsolete-var-2 2))
    bytecomp--tests-obsolete-var-2))