| 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 1cef4137573b65b9f6dd89b28a26aca6fb935c6f..f615a0afbc5cb38eaa76608a5a402c38e8825dd7 100644
|
| --- a/third_party/protobuf/editors/protobuf-mode.el
|
| +++ b/third_party/protobuf/editors/protobuf-mode.el
|
| @@ -64,13 +64,12 @@
|
| ;;; 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-"))
|
|
|