Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(359)

Unified Diff: third_party/protobuf/editors/protobuf-mode.el

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/protobuf/docs/third_party.md ('k') | third_party/protobuf/examples/CMakeLists.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf/editors/protobuf-mode.el
diff --git a/third_party/protobuf/editors/protobuf-mode.el b/third_party/protobuf/editors/protobuf-mode.el
index f615a0afbc5cb38eaa76608a5a402c38e8825dd7..1cef4137573b65b9f6dd89b28a26aca6fb935c6f 100644
--- a/third_party/protobuf/editors/protobuf-mode.el
+++ b/third_party/protobuf/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-"))
« no previous file with comments | « third_party/protobuf/docs/third_party.md ('k') | third_party/protobuf/examples/CMakeLists.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698