From 98aa1f614af16a21edaf887a79a50fdd2a24141d Mon Sep 17 00:00:00 2001 From: Leon Zhang Date: Sat, 31 Dec 2011 03:45:53 +0900 Subject: Satisfy ELPA package format. --- zencoding-mode.el | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'zencoding-mode.el') diff --git a/zencoding-mode.el b/zencoding-mode.el index 2f5cbcc..3823a86 100644 --- a/zencoding-mode.el +++ b/zencoding-mode.el @@ -1,12 +1,13 @@ ;;; zencoding-mode.el --- Unfold CSS-selector-like expressions to markup -;; + ;; Copyright (C) 2009, Chris Done -;; + +;; Version: 0.5.1 ;; Author: Chris Done -(defconst zencoding-mode:version "0.5") -;; Last-Updated: 2009-11-20 Fri +;; URL: https://github.com/rooney/zencoding +;; Last-Updated: 2011-12-31 Sat ;; Keywords: convenience -;; + ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 3, or (at your option) @@ -21,7 +22,7 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ;; Boston, MA 02110-1301, USA. -;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;;; Commentary: @@ -59,6 +60,8 @@ ;; ;;; Code: +(defconst zencoding-mode:version "0.5.1") + ;; Include the trie data structure for caching ;(require 'zencoding-trie) @@ -1057,3 +1060,5 @@ accept it or skip it." (concat show "\n"))))) (provide 'zencoding-mode) + +;;; zencoding-mode.el ends here -- cgit v1.2.3