Commit f4c6e4b3 authored by kenton@google.com's avatar kenton@google.com

Fix protobuf-mode on XEmacs.

parent 721995d0
...@@ -206,7 +206,8 @@ Key bindings: ...@@ -206,7 +206,8 @@ Key bindings:
abbrev-mode t) abbrev-mode t)
(use-local-map protobuf-mode-map) (use-local-map protobuf-mode-map)
(c-initialize-cc-mode t) (c-initialize-cc-mode t)
(c-make-emacs-variables-local) (if (fboundp 'c-make-emacs-variables-local)
(c-make-emacs-variables-local))
(c-init-language-vars protobuf-mode) (c-init-language-vars protobuf-mode)
(c-common-init 'protobuf-mode) (c-common-init 'protobuf-mode)
(easy-menu-add protobuf-menu) (easy-menu-add protobuf-menu)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment