Skip to content

Commit

Permalink
Remove unused cl usage
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
rtpg authored Apr 9, 2024
1 parent 2dfc869 commit f688ae5
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 f688ae5

Please sign in to comment.