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/calendar.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/calendar.el
Date: Fri, 22 Mar 2002 07:59:49 -0500

Index: emacs/lisp/calendar/calendar.el
diff -c emacs/lisp/calendar/calendar.el:1.137 
emacs/lisp/calendar/calendar.el:1.138
*** emacs/lisp/calendar/calendar.el:1.137       Mon Jan 28 14:22:57 2002
--- emacs/lisp/calendar/calendar.el     Fri Mar 22 07:59:49 2002
***************
*** 1363,1369 ****
  ;;;###autoload
  (defun calendar (&optional arg)
    "Choose between the one frame, two frame, or basic calendar displays.
! The original function `calendar' has been renamed `calendar-basic-setup'."
    (interactive "P")
    (cond ((equal calendar-setup 'one-frame) (calendar-one-frame-setup arg))
          ((equal calendar-setup 'two-frames) (calendar-two-frame-setup arg))
--- 1363,1372 ----
  ;;;###autoload
  (defun calendar (&optional arg)
    "Choose between the one frame, two frame, or basic calendar displays.
! If called with an optional prefix argument, prompts for month and year.
! 
! The original function `calendar' has been renamed `calendar-basic-setup'.
! See the documentation of that function for more information."
    (interactive "P")
    (cond ((equal calendar-setup 'one-frame) (calendar-one-frame-setup arg))
          ((equal calendar-setup 'two-frames) (calendar-two-frame-setup arg))



reply via email to

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