From 70f1b1827a787d215c8f722f1ee35fa14d2bea84 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 12 Oct 2001 16:39:20 +0000 Subject: [PATCH] (expand-c-for-skeleton): Add explicit terminating \n. --- lisp/expand.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)) -- 2.39.2