Mercurial > emacs
changeset 40340:5800d6cc4718
sugar: escape a "{" in the first column to pacify font-lock
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Fri, 26 Oct 2001 15:37:54 +0000 |
parents | 6a06f9b1f448 |
children | 5b92a648a267 |
files | lisp/progmodes/sh-script.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el Fri Oct 26 15:04:58 2001 +0000 +++ b/lisp/progmodes/sh-script.el Fri Oct 26 15:37:54 2001 +0000 @@ -1271,7 +1271,7 @@ \\[sh-execute-region] Have optional header and region be executed in a subshell. \\[sh-maybe-here-document] Without prefix, following an unquoted < inserts here document. -{, (, [, ', \", ` +\{, (, [, ', \", ` Unless quoted with \\, insert the pairs {}, (), [], or '', \"\", ``. If you generally program a shell different from your login shell you can