8 lines
228 B
EmacsLisp
8 lines
228 B
EmacsLisp
![]() |
;;; -*- lexical-binding: t -*-
|
||
|
(defvar foo-bar nil
|
||
|
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
|
||
|
|
||
|
;; Local Variables:
|
||
|
;; byte-compile-docstring-max-column: 100
|
||
|
;; End:
|