# HG changeset patch # User Glenn Morris # Date 1205387298 0 # Node ID 2daf404f568f499dbae9b74b3c29b91edcc80c46 # Parent 26dc958b293b38e1a00966ce6776f602a53ec7f8 (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. diff -r 26dc958b293b -r 2daf404f568f lisp/calendar/cal-x.el --- a/lisp/calendar/cal-x.el Thu Mar 13 05:47:55 2008 +0000 +++ b/lisp/calendar/cal-x.el Thu Mar 13 05:48:18 2008 +0000 @@ -76,7 +76,7 @@ ;; 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 @@ 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 @@ (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 @@ (provide 'cal-x) -;; Local Variables: -;; generated-autoload-file: "cal-loaddefs.el" -;; End: - ;; arch-tag: c6dbddca-ae84-442d-87fc-244b76e38e17 ;;; cal-x.el ends here