diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-07-16 15:45:28 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-07-16 15:45:28 +0000 |
commit | 9d5ceccb356da638fee6bc9ccdfa688ce61164b9 (patch) | |
tree | cf6ccd7d410f8a37ffdd0772efc7e5857789b60f | |
parent | 938676488cadc46701bba5194493d7bdf8cb9f5d (diff) | |
download | emacs-9d5ceccb356da638fee6bc9ccdfa688ce61164b9.tar.gz emacs-9d5ceccb356da638fee6bc9ccdfa688ce61164b9.tar.bz2 emacs-9d5ceccb356da638fee6bc9ccdfa688ce61164b9.zip |
(calendar-goto-islamic-date): Remove
autoload cookie.
-rw-r--r-- | lisp/calendar/cal-islam.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/calendar/cal-islam.el b/lisp/calendar/cal-islam.el index ac6a786e4e7..ecb8aae691a 100644 --- a/lisp/calendar/cal-islam.el +++ b/lisp/calendar/cal-islam.el @@ -137,7 +137,6 @@ 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 |