lukelee pushed a commit to branch master in repository elpa. commit 171c7e00429545e781b4294a6f8793d8533210e4 Author: Luke Lee <luke.yx....@gmail.com> Date: Thu Aug 28 10:15:45 2014 +0800
Format crisp package to meet ELPA's requirement: maintainer and version. --- packages/crisp/crisp.el | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/packages/crisp/crisp.el b/packages/crisp/crisp.el index ad46341..68017eb 100644 --- a/packages/crisp/crisp.el +++ b/packages/crisp/crisp.el @@ -3,7 +3,9 @@ ;; Copyright (C) 1997-1999, 2001-2014 Free Software Foundation, Inc. ;; Author: Gary D. Foster <gary.fos...@corp.sun.com> +;; Maintainer: Luke Lee <luke.yx....@gmail.com> ;; Keywords: emulations brief crisp +;; Version: 1.3.4 ;; This file is part of GNU Emacs. @@ -222,7 +224,7 @@ does not load the scroll-all package." :type 'hook :group 'crisp) -(defconst crisp-version "1.34" +(defconst crisp-version "1.3.4" "The version of the CRiSP emulator.") (defconst crisp-mode-help-address "gfos...@suzieq.ml.org"