catacomb.c, ec.c, group.c, mp.c: Count base/exponent pairs with `size_t'.
[catacomb-python] / .skelrc
CommitLineData
d7ab1bab 1;;; -*-emacs-lisp-*-
2
3(setq skel-alist
4 (append
5 '((author . "Straylight/Edgeware")
6 (licence-text . "[[gpl]]")
7 (full-title . "the Python interface to Catacomb")
8 (program . "Catacomb/Python"))
9 skel-alist))