changeset 92839:2daf404f568f

(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.
author Glenn Morris <rgm@gnu.org>
date Thu, 13 Mar 2008 05:48:18 +0000
parents 26dc958b293b
children 0880a434a38e
files lisp/calendar/cal-x.el
diffstat 1 files changed, 3 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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