From: Mark Wooding Date: Tue, 13 Jan 2009 16:12:47 +0000 (+0000) Subject: Minor formatting changes to skelrcs. X-Git-Tag: 1.2.2~1 X-Git-Url: https://git.distorted.org.uk/~mdw/skel/commitdiff_plain/a9346ed138f2bf5882a2052e1a3338e348a0553c Minor formatting changes to skelrcs. * skelrc.ac: Fixed to omit space after `dnl', so that banners look more sensible. * skelrc.at: Fixed to use `###' comments instead of `dnl', so that the highlighting works better. --- diff --git a/skelrc.ac b/skelrc.ac index ce3b411..4c37bdb 100644 --- a/skelrc.ac +++ b/skelrc.ac @@ -5,7 +5,7 @@ '((new-comment . "dnl") (cont-comment . "dnl") (end-comment . "dnl") - (block-start . "dnl ") + (block-start . "dnl") (block-banner-knob . "") (block-banner-end . "") (block-end . "")) diff --git a/skelrc.at b/skelrc.at index 58ed208..5967259 100644 --- a/skelrc.at +++ b/skelrc.at @@ -1,4 +1,4 @@ ;;; -*-emacs-lisp-*- (skelrc-force-mode 'autotest-mode) -(skel-include "skelrc.ac") +(skel-include "skelrc.am")