Commit ddf6d1eb authored by Yutian Li's avatar Yutian Li

[master] Add dependency cl. Fixes google/protobuf#295.

parent c59473d5
......@@ -64,12 +64,13 @@
;;; Code:
(require 'cc-mode)
(require 'cl)
(eval-when-compile
(require 'cc-langs)
(require 'cc-fonts))
;; This mode does not inherit properties from other modes. So, we do not use
;; This mode does not inherit properties from other modes. So, we do not use
;; the usual `c-add-language' function.
(eval-and-compile
(put 'protobuf-mode 'c-mode-prefix "protobuf-"))
......
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