|
@@ -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)
|