diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 07:46:48 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 07:46:48 +0000 |
commit | 3afbc435ac942072f42bf795dea22131b03c8d93 (patch) | |
tree | 6715b27c5ef636a36a491d4b6f5d39896cf7b472 /lisp/calendar/cal-dst.el | |
parent | 5d3d1e3209acdc38227b0ec5bdd8c4a31f58d8d4 (diff) | |
download | emacs-3afbc435ac942072f42bf795dea22131b03c8d93.tar.gz emacs-3afbc435ac942072f42bf795dea22131b03c8d93.tar.bz2 emacs-3afbc435ac942072f42bf795dea22131b03c8d93.zip |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/calendar/cal-dst.el')
-rw-r--r-- | lisp/calendar/cal-dst.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/cal-dst.el b/lisp/calendar/cal-dst.el index 3e33f6cb9f3..f7f28be988e 100644 --- a/lisp/calendar/cal-dst.el +++ b/lisp/calendar/cal-dst.el @@ -1,4 +1,4 @@ -;;; cal-dst.el --- calendar functions for daylight savings rules. +;;; cal-dst.el --- calendar functions for daylight savings rules ;; Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. |