]> Cypherpunks repositories - gostls13.git/commit
misc/emacs: Present "godoc" documentation buffers using view-mode.
authorSteven Elliot Harris <seharris@gmail.com>
Wed, 20 Feb 2013 22:42:37 +0000 (14:42 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 20 Feb 2013 22:42:37 +0000 (14:42 -0800)
commit43da336b151993fa3b0d17dc443f5ba9d29d482f
tree5bc4efbcff8e0a78cc7717a48f5b1ebcbecaae04
parent93ae46eae91efeaea72e68e66ba0684fa56a1864
misc/emacs: Present "godoc" documentation buffers using view-mode.

Mimic the Emacs convention of presenting read-only files meant
for browsing using view-mode, rather than Fundamental mode
which mistakenly allows editing of the "godoc" content.
Fixes #4322.

R=golang-dev, bradfitz, sameer
CC=golang-dev
https://golang.org/cl/7231055
misc/emacs/go-mode.el