]> code.delx.au - gnu-emacs/blob - test/indent/scheme.scm
* test/automated/viper-tests.el (viper-test-undo-kmacro):
[gnu-emacs] / test / indent / scheme.scm
1 #!/usr/bin/scheme is this a comment?
2
3 ;; This one is a comment
4 (a)
5 #| and this one as #|well|# as this! |#
6 (b)
7 (cons #;(this is a
8 comment)
9 head tail)