Skip to content

Commit df79de4

Browse files
authored
Merge pull request #207 from rtpg/patch-1
Remove unused cl lib
2 parents 2dfc869 + f688ae5 commit df79de4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

julia-mode-tests.el

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@
3636

3737
;;; Code:
3838

39-
;; We can't use cl-lib whilst supporting Emacs 23 users who don't use
40-
;; ELPA.
41-
(with-no-warnings
42-
(require 'cl)) ;; incf, decf, plusp
43-
4439
(require 'julia-mode)
4540
(require 'ert)
4641

0 commit comments

Comments
 (0)