浏览代码

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.

kenton@google.com 16 年之前
父节点
当前提交
31afcd730b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      editors/protobuf-mode.el

+ 1 - 0
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)