lib/sod-hosted.c (sod_makev): Use two statements rather than tricky expression.
[sod] / .skelrc
CommitLineData
abdf50aa
MW
1;;; -*-emacs-lisp-*-
2
3(setq skel-alist
4 (append
5 '((author . "Straylight/Edgeware")
e0808c47 6 (full-title . "the Sensible Object Design, an object system for C")
abdf50aa 7 (program . "SOD")
3d1115c8 8 (licence-text . "[[gpl-2]]"))
abdf50aa 9 skel-alist))