From: Sam Steingold Date: Fri, 26 Oct 2001 15:37:54 +0000 (+0000) Subject: sugar: escape a "{" in the first column to pacify font-lock X-Git-Tag: ttn-vms-21-2-B4~19135 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b52b132fbf389d2868042a9b8deb149208d14b5f;p=emacs.git sugar: escape a "{" in the first column to pacify font-lock --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index a3b95231774..5dbd40e76e3 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -1271,7 +1271,7 @@ buffer indents as it currently is indented. \\[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