emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/cal-x.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/cal-x.el,v
Date: Thu, 13 Mar 2008 05:48:18 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/03/13 05:48:18

Index: cal-x.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/cal-x.el,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- cal-x.el    13 Mar 2008 03:57:31 -0000      1.31
+++ cal-x.el    13 Mar 2008 05:48:18 -0000      1.32
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]