Fix protobuf-mode on XEmacs.
This commit is contained in:
parent
721995d00a
commit
f4c6e4b37e
1 changed files with 2 additions and 1 deletions
|
@ -206,7 +206,8 @@ Key bindings:
|
|||
abbrev-mode t)
|
||||
(use-local-map protobuf-mode-map)
|
||||
(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-common-init 'protobuf-mode)
|
||||
(easy-menu-add protobuf-menu)
|
||||
|
|
Loading…
Add table
Reference in a new issue