configure.ac: Don't try to dump Lisps which we couldn't find.
[runlisp] / .skelrc
CommitLineData
e29834b8
MW
1;;; -*-emacs-lisp-*-
2
3(setq skel-alist
4 (append
5 '((author . "Mark Wooding")
6 (full-title . "Runlisp, a tool for invoking Common Lisp scripts")
7 (program . "Runlisp")
8 (licence-text . "[[gpl-3]]"))
9 skel-alist))