Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
31afcd730b
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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)