Commit 31afcd73 authored by kenton@google.com's avatar kenton@google.com

Fix problems with emacs protobuf mode, I guess. See…

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.
parent ceb561d6
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment