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

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

[nongnu] elpa/dart-mode 9b11e8f 088/192: Another attempt at fixing byte


From: ELPA Syncer
Subject: [nongnu] elpa/dart-mode 9b11e8f 088/192: Another attempt at fixing byte compilation. (#42)
Date: Sun, 29 Aug 2021 11:01:56 -0400 (EDT)

branch: elpa/dart-mode
commit 9b11e8fb63549ee3700fb53e92e4ce2cb302c971
Author: Philipp <phil07c1@gmail.com>
Commit: Natalie Weizenbaum <nweiz@google.com>

    Another attempt at fixing byte compilation. (#42)
    
    Unfortunately ‘emacs-repository-version’ is not defined in Emacs 24.3, so 
byte
    compilation fails on that version.  Just remove the test entirely, it should
    not change the semantics, as the issue with the missing ‘cl’ library should 
be
    present no matter whether it’s nil or not.
---
 dart-mode.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dart-mode.el b/dart-mode.el
index 912d70d..c74304e 100644
--- a/dart-mode.el
+++ b/dart-mode.el
@@ -82,7 +82,6 @@
 (eval-when-compile
   (and (= emacs-major-version 24)
        (>= emacs-minor-version 4)
-       (null emacs-repository-version)
        (require 'cl))
   (require 'cc-langs)
   (require 'cc-fonts))



reply via email to

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