From: Stefan Monnier Date: Tue, 2 Sep 2014 20:47:44 +0000 (-0400) Subject: test/indent/scheme.scm: New file. X-Git-Tag: emacs-24.3.94~59 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af86b05fd4b79c3d1c3b71c6193c4295a1265594;p=emacs.git test/indent/scheme.scm: New file. --- diff --git a/test/indent/scheme.scm b/test/indent/scheme.scm new file mode 100755 index 00000000000..84d0f6d8786 --- /dev/null +++ b/test/indent/scheme.scm @@ -0,0 +1,9 @@ +#!/usr/bin/scheme is this a comment? + +;; This one is a comment +(a) +#| and this one as #|well|# as this! |# +(b) +(cons #;(this is a + comment) + head tail)