Skip to content

Commit

Permalink
Added a package standard version header and file-end. Tested it local…
Browse files Browse the repository at this point in the history
…ly on E24. Set required sml-mode to 6.0, it is the oldest version available on ELPA.
  • Loading branch information
Grant Rettke committed Jun 10, 2013
1 parent 7d0a693 commit 18bd967
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ob-sml.el
Expand Up @@ -5,7 +5,8 @@
;; Author: David Nolen
;; Keywords: literate programming, reproducible research
;; Homepage: http://orgmode.org
;; Version: 0.01
;; Package-Version: 0.01
;; Package-Requires: ((sml-mode "6.0"))

;;; License:

Expand All @@ -24,10 +25,6 @@
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.

;;; Requirements:

;; sml-mode http://www.smlnj.org/doc/Emacs/sml-mode.html

;;; Code:
(require 'ob)
(require 'ob-ref)
Expand Down Expand Up @@ -101,3 +98,4 @@ then create. Return the initialized session."
(current-buffer))))

(provide 'ob-sml)
;;; ob-sml.el ends here

0 comments on commit 18bd967

Please sign in to comment.