diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-17 07:33:27 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:35:35 -0400 |
commit | 2e3082e734362fb934ff8f308fe9fd9f85c35032 (patch) | |
tree | 9df35a8fb8ddae085e333e98fbee89c69678432e | |
parent | 8ab60bcb80c9b40280a00db071c1d3d95c6bebd9 (diff) | |
download | fork-ledger-2e3082e734362fb934ff8f308fe9fd9f85c35032.tar.gz fork-ledger-2e3082e734362fb934ff8f308fe9fd9f85c35032.tar.bz2 fork-ledger-2e3082e734362fb934ff8f308fe9fd9f85c35032.zip |
*** no comment ***
-rw-r--r-- | ledger.el | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,17 +1,17 @@ ;;; ledger.el --- Helper code for use with the "ledger" command-line tool -;; Copyright (C) 2004 John Wiegley (johnw AT gnu DOT org) +;; Copyright (C) 2007 John Wiegley (johnw AT gnu DOT org) ;; Emacs Lisp Archive Entry ;; Filename: ledger.el -;; Version: 1.2 -;; Date: Thu 02-Apr-2004 +;; Version: 3.0 +;; Date: Thu 16-Apr-2007 ;; Keywords: data ;; Author: John Wiegley (johnw AT gnu DOT org) ;; Maintainer: John Wiegley (johnw AT gnu DOT org) ;; Description: Helper code for using my "ledger" command-line tool ;; URL: http://www.newartisans.com/johnw/emacs.html -;; Compatibility: Emacs21 +;; Compatibility: Emacs22 ;; This file is not part of GNU Emacs. |