From: Stefan Monnier Date: Fri, 12 Oct 2001 16:39:20 +0000 (+0000) Subject: (expand-c-for-skeleton): Add explicit terminating \n. X-Git-Tag: ttn-vms-21-2-B4~19526 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70f1b1827a787d215c8f722f1ee35fa14d2bea84;p=emacs.git (expand-c-for-skeleton): Add explicit terminating \n. --- diff --git a/lisp/expand.el b/lisp/expand.el index 0e700c1d2a4..4c1daa430ea 100644 --- a/lisp/expand.el +++ b/lisp/expand.el @@ -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))