diff options
Diffstat (limited to 'lisp/calc/calc-rules.el')
-rw-r--r-- | lisp/calc/calc-rules.el | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/calc/calc-rules.el b/lisp/calc/calc-rules.el index cdeebba55bd..4cb1d745b66 100644 --- a/lisp/calc/calc-rules.el +++ b/lisp/calc/calc-rules.el @@ -1,6 +1,9 @@ -;; Calculator for GNU Emacs, part II [calc-rules.el] +;;; calc-rules.el --- + ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc. -;; Written by Dave Gillespie, daveg@synaptics.com. + +;; Author: David Gillespie <daveg@synaptics.com> +;; Maintainer: Colin Walters <walters@debian.org> ;; This file is part of GNU Emacs. @@ -19,7 +22,9 @@ ;; file named COPYING. Among other things, the copyright notice ;; and this notice must be preserved on all copies. +;;; Commentary: +;;; Code: ;; This file is autoloaded from calc-ext.el. (require 'calc-ext) |