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 | 0fa89f68b12f6ec79fff8ff322993b0fe2796821 (patch) | |
tree | 4b9e4897b076fd6853578f6404afdff2b6f552fc /lisp/calendar/diary-lib.el | |
parent | 7b273d79f628d9893fbf730feaeb575d1987f369 (diff) | |
download | emacs-0fa89f68b12f6ec79fff8ff322993b0fe2796821.tar.gz |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/calendar/diary-lib.el')
-rw-r--r-- | lisp/calendar/diary-lib.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index c03b92a73d1..9d3449b8019 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el @@ -1,4 +1,4 @@ -;;; diary-lib.el --- diary functions. +;;; diary-lib.el --- diary functions ;; Copyright (C) 1989, 1990, 1992, 1993, 1994, 1995 Free Software ;; Foundation, Inc. |