emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master de8b677: * lisp/progmodes/sh-script.el (sh-assignme


From: Juri Linkov
Subject: [Emacs-diffs] master de8b677: * lisp/progmodes/sh-script.el (sh-assignment): Put delete-selection on symbol
Date: Mon, 15 Jul 2019 18:00:57 -0400 (EDT)

branch: master
commit de8b677a017d3846f178bf8ae7ffc20188179bab
Author: Juri Linkov <address@hidden>
Commit: Juri Linkov <address@hidden>

    * lisp/progmodes/sh-script.el (sh-assignment): Put delete-selection on 
symbol
---
 lisp/progmodes/sh-script.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index b92449d..aad38b9 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."
                                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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]