Skip to content

Commit

Permalink
Specify minimum Emacs version
Browse files Browse the repository at this point in the history
lexical-bindings was introduced since Emacs 24.
  • Loading branch information
syohex committed Feb 23, 2016
1 parent da1cf8d commit cd7f675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
;; Maintainer: Jason R. Blevins <jrblevin@sdf.org>
;; Created: May 24, 2007
;; Version: 2.1
;; Package-Requires: ((cl-lib "0.5"))
;; Package-Requires: ((emacs "24") (cl-lib "0.5"))
;; Keywords: Markdown, GitHub Flavored Markdown, itex
;; URL: http://jblevins.org/projects/markdown-mode/

Expand Down

0 comments on commit cd7f675

Please sign in to comment.