From 93695e742b5520e11e9fdebcc78c25027dca22a6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 13 Mar 2008 05:48:18 +0000 Subject: [PATCH] (generated-autoload-file): Don't set, instead use different values of generate-autoload-cookie plus Makefile rules to allow for a mixture of internal calendar autoloads and normal autoloads. --- lisp/calendar/cal-x.el | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/lisp/calendar/cal-x.el b/lisp/calendar/cal-x.el index 3e227133e96..12612ac9ac7 100644 --- a/lisp/calendar/cal-x.el +++ b/lisp/calendar/cal-x.el @@ -76,7 +76,7 @@ Can be used to change frame parameters, such as font, color, location, etc." ;; calendar-basic-setup is called first, and will autoload diary-lib. (declare-function make-fancy-diary-buffer "diary-lib" nil) -;;;###autoload +;;;###cal-autoload (defun calendar-one-frame-setup (&optional arg) "Start calendar and display it in a dedicated frame together with the diary. This function requires a display capable of multiple frames, else @@ -108,7 +108,7 @@ passed to `calendar-basic-setup'." fancy-diary-buffer)) t)))))) -;;;###autoload +;;;###cal-autoload (defun calendar-only-one-frame-setup (&optional arg) "Start calendar and display it in a dedicated frame. This function requires a display capable of multiple frames, else @@ -131,7 +131,7 @@ ARG is passed to `calendar-basic-setup'." (calendar-basic-setup arg) (set-window-dedicated-p (selected-window) t)))))) -;;;###autoload +;;;###cal-autoload (defun calendar-two-frame-setup (&optional arg) "Start calendar and diary in separate, dedicated frames. This function requires a display capable of multiple frames, else @@ -183,9 +183,5 @@ ARG is passed to `calendar-basic-setup'." (provide 'cal-x) -;; Local Variables: -;; generated-autoload-file: "cal-loaddefs.el" -;; End: - ;; arch-tag: c6dbddca-ae84-442d-87fc-244b76e38e17 ;;; cal-x.el ends here -- 2.39.5