Fix protobuf-mode on XEmacs.

pull/3335/head
kenton@google.com 15 years ago
parent 721995d00a
commit f4c6e4b37e
  1. 3
      editors/protobuf-mode.el

@ -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…
Cancel
Save