emacs/test/lisp/emacs-lisp/bytecomp-resources/warn-make-variable-buffer-l...

5 lines
101 B
EmacsLisp

;;; -*- lexical-binding: t -*-
(defvar foobar)
(defun foo ()
(make-variable-buffer-local 'foobar))