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
16cf244e
Commit
16cf244e
authored
May 25, 2008
by
Glenn Morris
Browse files
Ed Reingold <reingold at emr.cs.iit.edu>
(diary-hebrew-yahrzeit): Use diary-ordinal-suffix.
parent
a0fefe57
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/calendar/cal-hebrew.el
lisp/calendar/cal-hebrew.el
+1
-4
No files found.
lisp/ChangeLog
View file @
16cf244e
2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
* calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
Use diary-ordinal-suffix.
2008-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
* tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
lisp/calendar/cal-hebrew.el
View file @
16cf244e
...
...
@@ -953,10 +953,7 @@ use when highlighting the day in the calendar."
entry
(
if
(
=
y
d
)
""
" (evening)"
)
diff
(
cond
((
=
(
%
diff
10
)
1
)
"st"
)
((
=
(
%
diff
10
)
2
)
"nd"
)
((
=
(
%
diff
10
)
3
)
"rd"
)
(
t
"th"
)))))))
(
diary-ordinal-suffix
diff
))))))
(
defun
diary-rosh-hodesh
(
&optional
mark
)
"Rosh Hodesh diary entry.
...
...
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