3 lines
127 B
Common Lisp
3 lines
127 B
Common Lisp
(setq my-variable (with-temp-buffer
|
|
(insert-file-contents "foo.txt")
|
|
(buffer-string)))
|