mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-08 21:29:37 +00:00
9 lines
161 B
EmacsLisp
9 lines
161 B
EmacsLisp
![]() |
;;; -*- lexical-binding: t -*-
|
||
|
(defvar foo-bar nil
|
||
|
"123456789012345")
|
||
|
|
||
|
;; Local Variables:
|
||
|
;; byte-compile-docstring-max-column: 10
|
||
|
;; fill-column: 20
|
||
|
;; End:
|