You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/csharp-mode/files/csharp-mode-0.7.0-emacs-24....

16 lines
428 B

https://bugs.gentoo.org/528374
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -125,6 +125,10 @@
(stringp byte-compile-dest-file))
(cons (file-name-directory byte-compile-dest-file) load-path)
load-path)))
+ (and (= emacs-major-version 24)
+ (= emacs-minor-version 4)
+ (null emacs-repository-version)
+ (require 'cl))
(load "cc-mode" nil t)
(load "cc-fonts" nil t)
(load "cc-langs" nil t)))