1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

* lisp/progmodes/sh-script.el (sh-assignment): Put delete-selection on symbol

This commit is contained in:
Juri Linkov 2019-07-16 01:00:49 +03:00
parent e5cd597c77
commit de8b677a01

View file

@ -4341,6 +4341,7 @@ option followed by a colon `:' if the option accepts an argument."
t)
(match-string 1))))))
(put 'sh-assignment 'delete-selection t)
(defun sh-maybe-here-document (arg)
"Insert self. Without prefix, following unquoted `<' inserts here document.