chiark / gitweb /
src/method-impl.lisp: Initialize `suppliedp' flags properly.
[sod] / .skelrc
1 ;;; -*-emacs-lisp-*-
2
3 (setq skel-alist
4       (append
5        '((author . "Straylight/Edgeware")
6          (full-title . "the Sensible Object Design, an object system for C")
7          (program . "SOD")
8          (licence-text . skelrc-gpl))
9        skel-alist))