diff options
| -rw-r--r-- | lisp/progmodes/sh-script.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index b92449d7647..aad38b94d76 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -4341,6 +4341,7 @@ option followed by a colon `:' if the option accepts an argument." | |||
| 4341 | t) | 4341 | t) |
| 4342 | (match-string 1)))))) | 4342 | (match-string 1)))))) |
| 4343 | 4343 | ||
| 4344 | (put 'sh-assignment 'delete-selection t) | ||
| 4344 | 4345 | ||
| 4345 | (defun sh-maybe-here-document (arg) | 4346 | (defun sh-maybe-here-document (arg) |
| 4346 | "Insert self. Without prefix, following unquoted `<' inserts here document. | 4347 | "Insert self. Without prefix, following unquoted `<' inserts here document. |