diff --git a/misc/emacs/go-mode.el b/misc/emacs/go-mode.el index 0b022198874..2624e87cbd0 100644 --- a/misc/emacs/go-mode.el +++ b/misc/emacs/go-mode.el @@ -92,7 +92,7 @@ some syntax analysis.") ;; Map key type (,(concat "\\\\s *\\(?:<-\\)?" type-name) 1 font-lock-type-face) ;; new/make type (,(concat "\\<\\(?:new\\|make\\)\\>\\(?:\\s \\|)\\)*(" type-name) 1 font-lock-type-face) ;; Type conversion