Browse Source

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 năm trước cách đây
mục cha
commit
31afcd730b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)