Mercurial > emacs
changeset 39831:ef785a6f6245
(expand-c-for-skeleton): Add explicit terminating \n.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 12 Oct 2001 16:39:20 +0000 |
parents | aed9c3afb7ed |
children | 83fb14b6775e |
files | lisp/expand.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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))