summaryrefslogtreecommitdiff
path: root/lisp/=diary-ins.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-03-23 02:16:18 +0000
committerJim Blandy <jimb@redhat.com>1993-03-23 02:16:18 +0000
commit12963c809d9da85467108e77e56d365351ee2038 (patch)
tree78df09a6a91dace9dcd1daae185542ae17eabd60 /lisp/=diary-ins.el
parenta8f454850d18f8570eee06e58b248c7c79ffd196 (diff)
downloademacs-12963c809d9da85467108e77e56d365351ee2038.tar.gz
* diary-insert.el: Change the name to diary-ins.el.
* calendar.el: Change all autoload references to diary-ins.
Diffstat (limited to 'lisp/=diary-ins.el')
-rw-r--r--lisp/=diary-ins.el6
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