# HG changeset patch # User Stefan Monnier # Date 1002904760 0 # Node ID ef785a6f62451b8498e8e8441335b08ea7c243b0 # Parent aed9c3afb7ed469ca22e5e564630faf1dce9def6 (expand-c-for-skeleton): Add explicit terminating \n. diff -r aed9c3afb7ed -r ef785a6f6245 lisp/expand.el --- 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))