emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc-help.el


From: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-help.el
Date: Mon, 19 Nov 2001 02:34:24 -0500

Index: emacs/lisp/calc/calc-help.el
diff -u emacs/lisp/calc/calc-help.el:1.2 emacs/lisp/calc/calc-help.el:1.3
--- emacs/lisp/calc/calc-help.el:1.2    Wed Nov 14 04:04:35 2001
+++ emacs/lisp/calc/calc-help.el        Mon Nov 19 02:34:24 2001
@@ -1,6 +1,9 @@
-;; Calculator for GNU Emacs, part II [calc-help.el]
+;;; calc-help.el --- help display functions for Calc,
+
 ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
-;; Written by Dave Gillespie, address@hidden
+
+;; Author: David Gillespie <address@hidden>
+;; Maintainer: Colin Walters <address@hidden>
 
 ;; 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)
@@ -381,7 +386,6 @@
     (princ (format "GNU Emacs Calculator version %s of %s.\n"
                   calc-version calc-version-date))
     (princ "  By Dave Gillespie, address@hidden")
-    (princ (format "  Installed %s.\n" calc-installed-date))
     (princ "  Copyright (C) 1990, 1993 Free Software Foundation, Inc.\n\n")
     (princ "Type `h s' for a more detailed summary.\n")
     (princ "Or type `h i' to read the full Calc manual on-line.\n\n")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]