branch: externals/csharp-mode commit 682e3948376f0b0c662a71ff283075b04987d467 Author: Jostein Kjønigsen <jost...@kjonigsen.net> Commit: Jostein Kjønigsen <jost...@kjonigsen.net>
Address issue with cc-mode in Emacs git master. This change was suggested by cc-mode maintainer Alan Mackenzie and doesn't seem like it can hurt in any particular way. More info on the Emacs bug: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23053 --- csharp-mode.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/csharp-mode.el b/csharp-mode.el index 190a3cd..ed181e7 100644 --- a/csharp-mode.el +++ b/csharp-mode.el @@ -295,6 +295,10 @@ (require 'cc-mode) (require 'cl-lib) +;; Work around emacs bug#23053 +(eval-when-compile + (require 'cc-langs)) + ;; Work around emacs bug#18845 (eval-when-compile (when (and (= emacs-major-version 24) (>= emacs-minor-version 4))