From aa11456f41b3cbf067b689f7b66c18c37ec080ac Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 13 Jul 2001 14:02:02 +0000 Subject: [PATCH] (calendar-goto-islamic-date): Add autload cookie. --- lisp/ChangeLog | 3 +++ lisp/calendar/cal-islam.el | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 32bb7c9ef8a..596f13aef76 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-07-13 Gerd Moellmann + * calendar/cal-islam.el (calendar-goto-islamic-date): Add + autoload cookie. + * play/fortune.el: Add types to defcustoms. 2001-07-12 Pavel Jan,Bm(Bk diff --git a/lisp/calendar/cal-islam.el b/lisp/calendar/cal-islam.el index 1e71da77bb9..835c7c65d40 100644 --- a/lisp/calendar/cal-islam.el +++ b/lisp/calendar/cal-islam.el @@ -1,6 +1,6 @@ ;;; cal-islam.el --- calendar functions for the Islamic calendar. -;; Copyright (C) 1995, 1997 Free Software Foundation, Inc. +;; Copyright (C) 1995, 1997, 2001 Free Software Foundation, Inc. ;; Author: Edward M. Reingold ;; Keywords: calendar @@ -137,6 +137,7 @@ Driven by the variable `calendar-date-display-form'." (message "Date is pre-Islamic") (message "Islamic date (until sunset): %s" i)))) +;;;###autoload (defun calendar-goto-islamic-date (date &optional noecho) "Move cursor to Islamic DATE; echo Islamic date unless NOECHO is t." (interactive -- 2.39.2