changeset 92593:d5d618fbbbab

Add autoload cookies to functions formerly autoloaded in calendar.el. Set `generated-autoload-file' to "cal-loaddefs.el".
author Glenn Morris <rgm@gnu.org>
date Sat, 08 Mar 2008 03:46:28 +0000
parents db21faafefb9
children 674c88622bd9
files lisp/calendar/cal-x.el
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/cal-x.el	Sat Mar 08 03:46:13 2008 +0000
+++ b/lisp/calendar/cal-x.el	Sat Mar 08 03:46:28 2008 +0000
@@ -67,6 +67,7 @@
 ;; calendar-basic-setup is called first, and will autoload diary-lib.
 (declare-function make-fancy-diary-buffer "diary-lib" nil)
 
+;;;###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
@@ -97,6 +98,7 @@
               fancy-diary-buffer))
            t))))))
 
+;;;###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
@@ -118,6 +120,7 @@
           (calendar-basic-setup arg)
           (set-window-dedicated-p (selected-window) t))))))
 
+;;;###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
@@ -167,5 +170,9 @@
 
 (provide 'cal-x)
 
+;; Local Variables:
+;; generated-autoload-file: "cal-loaddefs.el"
+;; End:
+
 ;; arch-tag: c6dbddca-ae84-442d-87fc-244b76e38e17
 ;;; cal-x.el ends here