diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 12:23:00 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 12:23:00 +0000 |
commit | e8af40eed41d6c61ea6a0649512c4b09afcb1bfa (patch) | |
tree | 588654cb6c38a93c432bfae53ccbf36569e3cf23 /lisp/calculator.el | |
parent | 4cba8c0bdcce038e6966aab82d08859d796e69d0 (diff) | |
download | emacs-e8af40eed41d6c61ea6a0649512c4b09afcb1bfa.tar.gz |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/calculator.el')
-rw-r--r-- | lisp/calculator.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calculator.el b/lisp/calculator.el index b337f4c302d..7d6ec114307 100644 --- a/lisp/calculator.el +++ b/lisp/calculator.el @@ -1,10 +1,10 @@ -;;; calculator.el --- A [not so] simple calculator for Emacs. +;;; calculator.el --- a [not so] simple calculator for Emacs ;; Copyright (C) 1998, 2000 by Free Software Foundation, Inc. ;; Author: Eli Barzilay <eli@barzilay.org> ;; Keywords: tools, convenience -;; Time-stamp: <2000-11-19 20:59:59 eli> +;; Time-stamp: <2001-07-15 11:04:11 pavel> ;; This file is part of GNU Emacs. |