From: Gerd Moellmann Date: Mon, 16 Jul 2001 15:45:01 +0000 (+0000) Subject: (calendar-goto-islamic-date): Add X-Git-Tag: emacs-pretest-21.0.105~480 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=938676488cadc46701bba5194493d7bdf8cb9f5d;p=emacs.git (calendar-goto-islamic-date): Add call to autoload. --- diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 7cd716ac3c9..29a23d45865 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -1,7 +1,7 @@ ;;; calendar.el --- calendar functions -;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2000 -;; Free Software Foundation, Inc. +;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997, +;; 2000, 2001 Free Software Foundation, Inc. ;; Author: Edward M. Reingold ;; Keywords: calendar @@ -1562,6 +1562,10 @@ Driven by the variable `calendar-date-display-form'.") "String of ISO date of Gregorian date." t) +(autoload 'calendar-goto-islamic-date "cal-islam" + "Move cursor to Islamic date." + t) + (autoload 'calendar-print-islamic-date "cal-islam" "Show the Islamic date equivalents of date." t)