/[emacs]/emacs/lisp/calendar/diary-lib.el
ViewVC logotype

Diff of /emacs/lisp/calendar/diary-lib.el

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

revision 1.84 by gm, Tue Nov 9 17:01:01 2004 UTC revision 1.85 by gm, Mon Dec 20 18:09:22 2004 UTC
# Line 80  Searches for entries that match ARG days Line 80  Searches for entries that match ARG days
80  by the cursor position in the displayed three-month calendar.  by the cursor position in the displayed three-month calendar.
81  D-FILE specifies the file to use as the diary file."  D-FILE specifies the file to use as the diary file."
82    (interactive    (interactive
83     (list (if arg (prefix-numeric-value arg) 1)     (list (prefix-numeric-value current-prefix-arg)
84           (read-file-name "Enter diary file name: " default-directory nil t)))           (read-file-name "Enter diary file name: " default-directory nil t)))
85    (let ((diary-file d-file))    (let ((diary-file d-file))
86      (view-diary-entries arg)))      (view-diary-entries arg)))

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

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