summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/d-mode/files/d-mode-2.0.6-emacs-24.4.patch')
-rw-r--r--app-emacs/d-mode/files/d-mode-2.0.6-emacs-24.4.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-emacs/d-mode/files/d-mode-2.0.6-emacs-24.4.patch b/app-emacs/d-mode/files/d-mode-2.0.6-emacs-24.4.patch
deleted file mode 100644
index e8fc3500b48e..000000000000
--- a/app-emacs/d-mode/files/d-mode-2.0.6-emacs-24.4.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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)
- )