Skip to content

Commit f688ae5

Browse files
authored
Remove unused cl usage
By my reading of this source file there's no actual usage of the stuff in cl anymore so we don't even need to use cl-lib (I might be wrong here though)
1 parent 2dfc869 commit f688ae5

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)