1
0
mirror of https://github.com/golang/go synced 2024-09-25 13:30:12 -06:00
go/misc/emacs
Kevin Ballard ea1a36efcd Fix minor issues with updating go-mode in an empty buffer
Sometimes during editing, when the buffer is emptied (for example,
  as part of a call to M-x gofmt), an error is raised when
  remove-text-properties is called. Ensure that these calls use point-max
  instead of buffer-size to determine their end point.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/189042
2010-01-13 13:32:19 +11:00
..
go-mode-load.el go-mode for Emacs. This provides basic syntax highlighting 2009-10-22 08:54:26 -07:00
go-mode.el Fix minor issues with updating go-mode in an empty buffer 2010-01-13 13:32:19 +11:00