From 6b7f2adfa438e6c7b24e798652cf448a007c2621 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 20 May 2012 14:14:59 +0200 Subject: Prepare for packaging Add Author, Keywords and URL to header, add explanation to header and add a ChangeLog heading. Add '... ends here' line. --- git-auto-commit-mode.el | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/git-auto-commit-mode.el b/git-auto-commit-mode.el index b840f7e..d41deb7 100644 --- a/git-auto-commit-mode.el +++ b/git-auto-commit-mode.el @@ -2,10 +2,11 @@ ;; Copyright (C) 2012 Tom Willemsen +;; Author: Tom Willemsen ;; Created: Jan 9, 2012 ;; Version: 1 - -;; This file is not part of GNU Emacs. +;; Keywords: vc +;; URL: http://ryuslash.org/git-auto-commit-mode/ ;; This file is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License @@ -18,9 +19,16 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with this file; if not, write to the Free Software -;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -;; 02110-1301, USA. +;; along with this file; If not, see . + +;;; Commentary: + +;; git-auto-commit-mode is an Emacs minor mode that tries to commit +;; changes to a file after every save. + +;;; Change Log: + +;; 1 - Initial release. ;;; Code: @@ -52,3 +60,5 @@ turned on" (if git-auto-commit-mode (add-hook 'after-save-hook 'git-auto-commit t t) (remove-hook 'after-save-hook 'git-auto-commit t))) + +;;; git-auto-commit-mode.el ends here -- cgit v1.2.3-54-g00ecf