aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2001-10-12 16:39:20 +0000
committerStefan Monnier2001-10-12 16:39:20 +0000
commit70f1b1827a787d215c8f722f1ee35fa14d2bea84 (patch)
tree361bb79c2b5a7199e0f8b418d2172966269b3e85
parent2cb95d1b7b290372418a3e8c9027de4be2e5d50e (diff)
downloademacs-70f1b1827a787d215c8f722f1ee35fa14d2bea84.tar.gz
emacs-70f1b1827a787d215c8f722f1ee35fa14d2bea84.zip
(expand-c-for-skeleton): Add explicit terminating \n.
-rw-r--r--lisp/expand.el3
1 files changed, 1 insertions, 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 @@
100 "Loop var: " 100 "Loop var: "
101 "for(" str _ @ "=0; " str @ "; " str @ ") {" \n 101 "for(" str _ @ "=0; " str @ "; " str @ ") {" \n
102 @ _ \n 102 @ _ \n
103 "}" > 103 "}" > \n)
104 )
105 104
106(defconst expand-c-sample-expand-list 105(defconst expand-c-sample-expand-list
107 '(("if" "if () {\n \n} else {\n \n}" (5 10 21)) 106 '(("if" "if () {\n \n} else {\n \n}" (5 10 21))