ソースを参照

Fix protobuf-mode on XEmacs.

kenton@google.com 16 年 前
コミット
f4c6e4b37e
1 ファイル変更2 行追加1 行削除
  1. 2 1
      editors/protobuf-mode.el

+ 2 - 1
editors/protobuf-mode.el

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