]> Cypherpunks repositories - gostls13.git/commit
misc/emacs/go-lang.el: Fix restoration of multiple windows in a frame after gofmt
authorJan Newmarch <jan.newmarch@gmail.com>
Mon, 31 Oct 2011 15:33:14 +0000 (11:33 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 31 Oct 2011 15:33:14 +0000 (11:33 -0400)
commit350a5ce64fc17d229137f66e855a9d733dc76e2e
tree0aa9914494fad6079b52d75610eae3904dbc7b3d
parenteef78091932aafec2b8030bc1927699b551d119b
misc/emacs/go-lang.el: Fix restoration of multiple windows in a frame after gofmt
If a frame has multiple windows then the windows must all be restored
after gofmt has finished and the old windows must be restored.
Before this fix, only the Go code edit window would be left.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5280050
misc/emacs/go-mode.el