branch: elpa/dart-mode
commit 9b11e8fb63549ee3700fb53e92e4ce2cb302c971
Author: Philipp <[email protected]>
Commit: Natalie Weizenbaum <[email protected]>
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))