*.c: Use the new `Py_TYPE' and `Py_SIZE' macros; define them if necessary.
[pyke] / .skelrc
1 ;;; -*-emacs-lisp-*-
2
3 (setq skel-alist
4 (append
5 '((author . "Straylight/Edgeware")
6 (licence-text . "[[gpl]]")
7 (full-title . "Pyke: the Python Kit for Extensions")
8 (program . "Pyke"))
9 skel-alist))