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/diary-lib.el


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/diary-lib.el
Date: Mon, 20 Dec 2004 13:35:04 -0500

Index: emacs/lisp/calendar/diary-lib.el
diff -c emacs/lisp/calendar/diary-lib.el:1.84 
emacs/lisp/calendar/diary-lib.el:1.85
*** emacs/lisp/calendar/diary-lib.el:1.84       Tue Nov  9 17:01:01 2004
--- emacs/lisp/calendar/diary-lib.el    Mon Dec 20 18:09:22 2004
***************
*** 80,86 ****
  by the cursor position in the displayed three-month calendar.
  D-FILE specifies the file to use as the diary file."
    (interactive
!    (list (if arg (prefix-numeric-value arg) 1)
           (read-file-name "Enter diary file name: " default-directory nil t)))
    (let ((diary-file d-file))
      (view-diary-entries arg)))
--- 80,86 ----
  by the cursor position in the displayed three-month calendar.
  D-FILE specifies the file to use as the diary file."
    (interactive
!    (list (prefix-numeric-value current-prefix-arg)
           (read-file-name "Enter diary file name: " default-directory nil t)))
    (let ((diary-file d-file))
      (view-diary-entries arg)))




reply via email to

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