Fix problems with emacs protobuf mode, I guess. See <http://www.opensubscriber.com/message/emacs-devel@gnu.org/7155093.html>. Patch from domq@google.com.

pull/3335/head
kenton@google.com 16 years ago
parent ceb561d65b
commit 31afcd730b
  1. 1
      editors/protobuf-mode.el

@ -206,6 +206,7 @@ Key bindings:
abbrev-mode t)
(use-local-map protobuf-mode-map)
(c-initialize-cc-mode t)
(c-make-emacs-variables-local)
(c-init-language-vars protobuf-mode)
(c-common-init 'protobuf-mode)
(easy-menu-add protobuf-menu)

Loading…
Cancel
Save