From b52b132fbf389d2868042a9b8deb149208d14b5f Mon Sep 17 00:00:00 2001 From: Sam Steingold Date: Fri, 26 Oct 2001 15:37:54 +0000 Subject: [PATCH] sugar: escape a "{" in the first column to pacify font-lock --- lisp/progmodes/sh-script.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5