mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 19:59:38 +00:00
5 lines
101 B
EmacsLisp
5 lines
101 B
EmacsLisp
![]() |
;;; -*- lexical-binding: t -*-
|
||
|
(defvar foobar)
|
||
|
(defun foo ()
|
||
|
(make-variable-buffer-local 'foobar))
|