Skip to content

Commit

Permalink
Merge pull request #207 from rtpg/patch-1
Browse files Browse the repository at this point in the history
Remove unused cl lib
  • Loading branch information
tpapp authored Apr 9, 2024
2 parents 2dfc869 + f688ae5 commit df79de4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions julia-mode-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@

;;; Code:

;; We can't use cl-lib whilst supporting Emacs 23 users who don't use
;; ELPA.
(with-no-warnings
(require 'cl)) ;; incf, decf, plusp

(require 'julia-mode)
(require 'ert)

Expand Down

0 comments on commit df79de4

Please sign in to comment.