summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/csharp-mode/files/csharp-mode-0.7.0-emacs-24.4.patch')
-rw-r--r--app-emacs/csharp-mode/files/csharp-mode-0.7.0-emacs-24.4.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/app-emacs/csharp-mode/files/csharp-mode-0.7.0-emacs-24.4.patch b/app-emacs/csharp-mode/files/csharp-mode-0.7.0-emacs-24.4.patch
deleted file mode 100644
index c3f73201cbae..000000000000
--- a/app-emacs/csharp-mode/files/csharp-mode-0.7.0-emacs-24.4.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-https://bugs.gentoo.org/528374
-
---- a/csharp-mode.el
-+++ b/csharp-mode.el
-@@ -125,6 +125,9 @@
- (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)
-+ (require 'cl))
- (load "cc-mode" nil t)
- (load "cc-fonts" nil t)
- (load "cc-langs" nil t)))