diff options
| -rw-r--r-- | lentic-server.el | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lentic-server.el b/lentic-server.el index 299e863..0857648 100644 --- a/lentic-server.el +++ b/lentic-server.el @@ -6,7 +6,7 @@ ;; Author: Phillip Lord <phillip.lord@newcastle.ac.uk> ;; Maintainer: Phillip Lord <phillip.lord@newcastle.ac.uk> -;; Version: 0.1 +;; Version: 0.2 ;; Package-Requires: ((lentic "0.8")(web-server "0.1.1")) ;; The contents of this file are subject to the GPL License, Version 3.0. @@ -30,6 +30,13 @@ ;; Serves up lentic files as web documents. +;;; News: + +;; Since 2016: + +;; - Activate `lexical-binding', and remove dependency on `f'. +;; - Distribute on GNU ELPA. + ;;; Code: ;; #+begin_src emacs-lisp @@ -53,7 +60,6 @@ (push file parts) nil))) parts)) - ;;;###autoload (defun lentic-server-start () |
