diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2024-03-14 21:44:48 -0400 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2024-03-14 21:44:48 -0400 |
| commit | 732b88e7a183707ba65c38e8b3517cac42572644 (patch) | |
| tree | 8b1b41799f9285e19c9cb4efdc4b797c6ccd4ae9 | |
| parent | febe60ccccf9c715b56ff1d2ef16d4f98587b145 (diff) | |
* lentic-server.el: Bump up version to make a releaseexternals/lentic-server
| -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 () |
