Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
LGTM - gri On Thu, Jun 23, 2011 at 11:38 PM, <qyzhai@gmail.com> wrote: > Reviewers: golang-dev_googlegroups.com, > > Message: > Hello golang-dev@googlegroups.com, > > I'd like you to review this change to > https://go.googlecode.com/hg/ > > > Description: > misc/emacs: update list of builtins. > > Please review this at http://codereview.appspot.com/4630065/ > > Affected files: > M misc/emacs/go-mode.el > > > Index: misc/emacs/go-mode.el > =================================================================== > --- a/misc/emacs/go-mode.el > +++ b/misc/emacs/go-mode.el > @@ -69,8 +69,8 @@ > some syntax analysis.") > > (defvar go-mode-font-lock-keywords > - (let ((builtins '("cap" "close" "closed" "len" "make" "new" > - "panic" "panicln" "print" "println")) > + (let ((builtins '("append" "cap" "close" "complex" "copy" "imag" "len" > + "make" "new" "panic" "print" "println" "real" > "recover")) > (constants '("nil" "true" "false" "iota")) > (type-name "\\s *\\(?:[*(]\\s *\\)*\\(?:\\w+\\s *\\.\\s > *\\)?\\(\\w+\\)") > ) > > >
*** Submitted as http://code.google.com/p/go/source/detail?r=edae727f70cc *** misc/emacs: update list of builtins. R=golang-dev, gri CC=golang-dev http://codereview.appspot.com/4630065 Committer: Robert Griesemer <gri@golang.org>