Commit f1f30b53 authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #1926 from hotpxl/master

[master] Add dependency cl. Fixes google/protobuf#295.
parents c59473d5 ddf6d1eb
......@@ -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