aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--editors/protobuf-mode.el1
1 files changed, 1 insertions, 0 deletions
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)