]> git.eshelyaron.com Git - emacs.git/commitdiff
sugar: escape a "{" in the first column to pacify font-lock
authorSam Steingold <sds@gnu.org>
Fri, 26 Oct 2001 15:37:54 +0000 (15:37 +0000)
committerSam Steingold <sds@gnu.org>
Fri, 26 Oct 2001 15:37:54 +0000 (15:37 +0000)
lisp/progmodes/sh-script.el

index a3b95231774f16167153fe61a8ad9186108ce707..5dbd40e76e3825d2d0dd8ec032b573f05bd84e61 100644 (file)
@@ -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