]> Cypherpunks repositories - gostls13.git/commit
misc/emacs: Do not modify kill ring when programmatically deleting text
authorDominik Honnef <dominik.honnef@gmail.com>
Thu, 23 May 2013 17:19:03 +0000 (10:19 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 23 May 2013 17:19:03 +0000 (10:19 -0700)
commit4e15dbe0826d79223b483098bfa9aa3abf9a1261
tree56a035d259864bbe35dc2c26fd14d93ce1297f63
parentfdc4ce6ec790b1a0507c3c2ef20e94aca4876a1b
misc/emacs: Do not modify kill ring when programmatically deleting text

Operations like gofmt and go-remove-unused-imports delete entire
lines of text. Previously this put them on the kill-ring,
negatively affecting user experience.

R=adonovan
CC=gobot, golang-dev
https://golang.org/cl/9605043
misc/emacs/go-mode.el