diff options
| -rw-r--r-- | lisp/progmodes/sh-script.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index cbc0ac74f09..2046080c42f 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -4356,7 +4356,7 @@ The document is bounded by `sh-here-document-word'." | |||
| 4356 | (or arg (sh--maybe-here-document))) | 4356 | (or arg (sh--maybe-here-document))) |
| 4357 | 4357 | ||
| 4358 | (defun sh--maybe-here-document () | 4358 | (defun sh--maybe-here-document () |
| 4359 | (or (not (looking-back "[^<]<<" (line-beginning-position))) | 4359 | (or (not (looking-back "[^<]<< " (line-beginning-position))) |
| 4360 | (save-excursion | 4360 | (save-excursion |
| 4361 | (backward-char 2) | 4361 | (backward-char 2) |
| 4362 | (or (sh-quoted-p) | 4362 | (or (sh-quoted-p) |