Mercurial > emacs
diff lisp/expand.el @ 39831:ef785a6f6245
(expand-c-for-skeleton): Add explicit terminating \n.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 12 Oct 2001 16:39:20 +0000 |
parents | b174db545cfd |
children | 83f879e86675 |
line wrap: on
line diff
--- a/lisp/expand.el Fri Oct 12 16:38:32 2001 +0000 +++ b/lisp/expand.el Fri Oct 12 16:39:20 2001 +0000 @@ -100,8 +100,7 @@ "Loop var: " "for(" str _ @ "=0; " str @ "; " str @ ") {" \n @ _ \n - "}" > - ) + "}" > \n) (defconst expand-c-sample-expand-list '(("if" "if () {\n \n} else {\n \n}" (5 10 21))