]> git.eshelyaron.com Git - emacs.git/commitdiff
(expand-c-for-skeleton): Add explicit terminating \n.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 12 Oct 2001 16:39:20 +0000 (16:39 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 12 Oct 2001 16:39:20 +0000 (16:39 +0000)
lisp/expand.el

index 0e700c1d2a47287a60245107d2d684df8f4223e3..4c1daa430ea315f63210d9e8d362be33db596ff4 100644 (file)
   "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))