branch: externals/csharp-mode commit 7ced65e693ec193905c9fc0a7c44a75fa323dad0 Author: Mattias Bengtsson <mattias.jc.bengts...@gmail.com> Commit: Mattias Bengtsson <mattias.jc.bengts...@gmail.com>
Require cc-fonts cc-fonts is needed for `c-make-font-lock-search-function`. --- csharp-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/csharp-mode.el b/csharp-mode.el index f565558..349c84e 100644 --- a/csharp-mode.el +++ b/csharp-mode.el @@ -300,6 +300,7 @@ ;;; Code: (require 'cc-mode) +(require 'cc-fonts) (require 'cl-lib) ;; prevent warnings like