Commit 4674cc7c authored by Adam Cozzette's avatar Adam Cozzette Committed by GitHub

Merge pull request #3113 from phst/master

Improve fix for https://github.com/google/protobuf/issues/295
parents 95749d5a 979107ec
......@@ -64,9 +64,11 @@
;;; Code:
(require 'cc-mode)
(require 'cl)
(eval-when-compile
(and (= emacs-major-version 24)
(>= emacs-minor-version 4)
(require 'cl))
(require 'cc-langs)
(require 'cc-fonts))
......
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