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:
parent
e5cd597c77
commit
de8b677a01
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue