aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorYutian Li <hotpxless@gmail.com>2016-08-05 15:12:20 +0800
committerYutian Li <hotpxless@gmail.com>2016-08-05 15:13:12 +0800
commitddf6d1eb75c2a98e2bb40d13206fcdae05367eb3 (patch)
tree9b615f361019ae182b1292ce6c1ddd33e85d3a0b /editors
parentc59473d53eafadd126502657e5c5c33e952b67ed (diff)
downloadprotobuf-ddf6d1eb75c2a98e2bb40d13206fcdae05367eb3.tar.gz
protobuf-ddf6d1eb75c2a98e2bb40d13206fcdae05367eb3.tar.bz2
protobuf-ddf6d1eb75c2a98e2bb40d13206fcdae05367eb3.zip
[master] Add dependency cl. Fixes google/protobuf#295.
Diffstat (limited to 'editors')
-rw-r--r--editors/protobuf-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/protobuf-mode.el b/editors/protobuf-mode.el
index f615a0af..1cef4137 100644
--- a/editors/protobuf-mode.el
+++ b/editors/protobuf-mode.el
@@ -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-"))