]> code.delx.au - gnu-emacs/blob - test/indent/scheme.scm
* lisp/emacs-lisp/package.el (package--with-response-buffer):
[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)