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/d-mode/files/d-mode-2.0.6-emacs-24.4.patch

14 lines
323 B

https://bugs.gentoo.org/536490
https://bugs.gentoo.org/547026
--- Emacs-D-Mode-2.0.6-orig/d-mode.el
+++ Emacs-D-Mode-2.0.6/d-mode.el
@@ -66,6 +66,7 @@
;; necessary to get them compiled.)
;; Coment out 'when-compile part for debugging
(eval-when-compile
+ (require 'cl)
(require 'cc-langs)
(require 'cc-fonts)
)