From 31afcd730b279a6aa810cee447757725a7031353 Mon Sep 17 00:00:00 2001 From: "kenton@google.com" Date: Wed, 8 Jul 2009 20:37:43 +0000 Subject: Fix problems with emacs protobuf mode, I guess. See . Patch from domq@google.com. --- editors/protobuf-mode.el | 1 + 1 file changed, 1 insertion(+) (limited to 'editors') diff --git a/editors/protobuf-mode.el b/editors/protobuf-mode.el index c4cdd3cd..3337c1f8 100644 --- a/editors/protobuf-mode.el +++ b/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) -- cgit v1.2.3