# HG changeset patch # User Sam Steingold # Date 1004110674 0 # Node ID 5800d6cc4718889f7dcf0db98730b6481b3a1785 # Parent 6a06f9b1f4483fa05f8b9894ce03288e0385cc60 sugar: escape a "{" in the first column to pacify font-lock diff -r 6a06f9b1f448 -r 5800d6cc4718 lisp/progmodes/sh-script.el --- 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