Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3b554221
Commit
3b554221
authored
Dec 20, 2004
by
Glenn Morris
Browse files
(view-other-diary-entries): Use current-prefix-arg in interactive spec.
parent
8f449c3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/calendar/diary-lib.el
lisp/calendar/diary-lib.el
+1
-1
No files found.
lisp/calendar/diary-lib.el
View file @
3b554221
...
...
@@ -80,7 +80,7 @@ Searches for entries that match ARG days, starting with the date indicated
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
)
(
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
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment