mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-17 10:06:13 +00:00
8 lines
86 B
EmacsLisp
8 lines
86 B
EmacsLisp
|
;;; -*- lexical-binding: t; -*-
|
||
|
|
||
|
;; blah
|
||
|
|
||
|
(defun somefunc2 () t)
|
||
|
|
||
|
(provide 'somelib2)
|