Skip to content

Commit

Permalink
Revert "Require 'cl at compile time."
Browse files Browse the repository at this point in the history
This reverts commit 2e86174.
  • Loading branch information
nonsequitur committed Oct 2, 2011
1 parent 2e86174 commit 8a280f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smex.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

(require 'ido)
;; Provides `union' and `dolist'.
(eval-when-compile (require 'cl))
(require 'cl)

(defgroup smex nil
"M-x interface with Ido-style fuzzy matching and ranking heuristics."
Expand Down

0 comments on commit 8a280f5

Please sign in to comment.