From ddf6d1eb75c2a98e2bb40d13206fcdae05367eb3 Mon Sep 17 00:00:00 2001 From: Yutian Li Date: Fri, 5 Aug 2016 15:12:20 +0800 Subject: [master] Add dependency cl. Fixes google/protobuf#295. --- editors/protobuf-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editors') 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-")) -- cgit v1.2.3