emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/csharp-mode 0f39f84 122/459: Apply bug#18845 workaround


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 0f39f84 122/459: Apply bug#18845 workaround
Date: Sun, 22 Aug 2021 13:59:10 -0400 (EDT)

branch: externals/csharp-mode
commit 0f39f8442391d92d56ed791a4580e61ec2b2943b
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Apply bug#18845 workaround
---
 csharp-mode.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/csharp-mode.el b/csharp-mode.el
index 46eb7a5..69ae0b2 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -288,6 +288,11 @@
 (require 'cc-mode)
 (require 'cl-lib)
 
+;; Work around emacs bug#18845
+(eval-when-compile
+  (when (and (= emacs-major-version 24) (>= emacs-minor-version 4))
+    (require 'cl)))
+
 ;; ==================================================================
 ;; c# upfront stuff
 ;; ==================================================================



reply via email to

[Prev in Thread] Current Thread [Next in Thread]