Skip to content

Commit

Permalink
update package-requires and use cl-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny McClanahan committed Jan 4, 2016
1 parent d062ad7 commit 793e79a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion markdown-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
;; Maintainer: Jason R. Blevins <jrblevin@sdf.org>
;; Created: May 24, 2007
;; Version: 2.0
;; Package-Requires: ((cl-lib "0.5"))
;; Keywords: Markdown, GitHub Flavored Markdown, itex
;; URL: http://jblevins.org/projects/markdown-mode/

Expand Down Expand Up @@ -842,7 +843,7 @@
(require 'easymenu)
(require 'outline)
(require 'thingatpt)
(eval-when-compile (require 'cl))
(require 'cl-lib)

(declare-function eww-open-file "eww")

Expand Down

0 comments on commit 793e79a

Please sign in to comment.