]> git.eshelyaron.com Git - emacs.git/commit
Add a new command 'yank-in-context'
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 20 May 2022 01:24:30 +0000 (03:24 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 20 May 2022 01:24:38 +0000 (03:24 +0200)
commit4d7390576b1fdc385e48ae9eab19f70c82643c0c
treeceb9066661daa03d6bcc02a54d3f418cfdc19f28
parent10411697468ebfcae93ffb48ca773d5321c8a5ec
Add a new command 'yank-in-context'

* lisp/simple.el (escaped-string-quote): New variable.
(yank-in-context): New command.
(yank-in-context--transform): Helper function.

* lisp/progmodes/sh-script.el (sh-mode): Set up an
escaped-string-quote function.
* lisp/progmodes/sql.el (sql-mode): Define escaped-string-quote.
etc/NEWS
lisp/progmodes/sh-script.el
lisp/progmodes/sql.el
lisp/simple.el
test/lisp/simple-tests.el