diff options
Diffstat (limited to 'lisp/diary-ins.el')
| -rw-r--r-- | lisp/diary-ins.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/diary-ins.el b/lisp/diary-ins.el index 243220b69df..edf4d6e66c9 100644 --- a/lisp/diary-ins.el +++ b/lisp/diary-ins.el @@ -1,4 +1,4 @@ -;;; diary-insert.el --- calendar functions for adding diary entries. +;;; diary-ins.el --- calendar functions for adding diary entries. ;; Copyright (C) 1990 Free Software Foundation, Inc. @@ -271,6 +271,6 @@ Prefix arg will make the entry nonmarking." (error "Cursor is not on a date!")))))) arg))) -(provide 'diary-insert) +(provide 'diary-ins) -;;; diary-insert.el ends here +;;; diary-ins.el ends here |
