Mercurial > emacs
changeset 38448:911d5f6da3f7
(calendar-goto-islamic-date): Add
call to autoload.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 16 Jul 2001 15:45:01 +0000 |
parents | 8bfe6cc5b72e |
children | 2f7725eae50d |
files | lisp/calendar/calendar.el |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/calendar.el Mon Jul 16 15:20:00 2001 +0000 +++ b/lisp/calendar/calendar.el Mon Jul 16 15:45:01 2001 +0000 @@ -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 <reingold@cs.uiuc.edu> ;; Keywords: calendar @@ -1562,6 +1562,10 @@ "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)