/[emacs]/emacs/lisp/calendar/calendar.el
ViewVC logotype

Diff of /emacs/lisp/calendar/calendar.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.137 by eliz, Mon Jan 28 19:22:57 2002 UTC revision 1.138 by eliz, Fri Mar 22 12:59:49 2002 UTC
# Line 1363  any other value the current frame is use Line 1363  any other value the current frame is use
1363  ;;;###autoload  ;;;###autoload
1364  (defun calendar (&optional arg)  (defun calendar (&optional arg)
1365    "Choose between the one frame, two frame, or basic calendar displays.    "Choose between the one frame, two frame, or basic calendar displays.
1366  The original function `calendar' has been renamed `calendar-basic-setup'."  If called with an optional prefix argument, prompts for month and year.
1367    
1368    The original function `calendar' has been renamed `calendar-basic-setup'.
1369    See the documentation of that function for more information."
1370    (interactive "P")    (interactive "P")
1371    (cond ((equal calendar-setup 'one-frame) (calendar-one-frame-setup arg))    (cond ((equal calendar-setup 'one-frame) (calendar-one-frame-setup arg))
1372          ((equal calendar-setup 'two-frames) (calendar-two-frame-setup arg))          ((equal calendar-setup 'two-frames) (calendar-two-frame-setup arg))

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.138

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26