Skip to content

Commit

Permalink
Only require `cl' at byte-compile time
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Mar 18, 2015
1 parent 6443da4 commit 7d20602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initsplit.el
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

;;; Code:

(require 'cl)
(eval-when-compile (require 'cl))
(require 'find-func)
(require 'simple) ;; for delete-blank-lines
(require 'cus-edit)
Expand Down

0 comments on commit 7d20602

Please sign in to comment.