Skip to content

Commit

Permalink
Drop dependency on cl-lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Stiernström committed Nov 7, 2014
1 parent 50501b2 commit f9eac8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions git-timemachine.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
;; Author: Peter Stiernström <[email protected]>
;; Version: 1.8
;; URL: https://github.com/pidu/git-timemachine
;; Package-Requires: ((cl-lib "0.5"))
;; Keywords: git

;; This file is not part of GNU Emacs
Expand All @@ -30,7 +29,6 @@

;;; Code:

(require 'cl-lib)
(require 'vc-git)

(defcustom git-timemachine-abbreviation-length 12
Expand Down

0 comments on commit f9eac8a

Please sign in to comment.