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
7f2bc15e
Commit
7f2bc15e
authored
Apr 05, 2008
by
Glenn Morris
Browse files
Update for rename islamic-diary-entry-symbol to diary-islamic-entry-symbol.
parent
cdf4a0e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
lisp/calendar/cal-islam.el
lisp/calendar/cal-islam.el
+6
-6
No files found.
lisp/calendar/cal-islam.el
View file @
7f2bc15e
...
...
@@ -249,7 +249,7 @@ nil if it is not visible in the current calendar window."
;;;###diary-autoload
(
defun
diary-islamic-list-entries
()
"Add any Islamic date entries from the diary file to `diary-entries-list'.
Islamic date diary entries must be prefaced by `islamic-
diary-
entry-symbol'
Islamic date diary entries must be prefaced by `
diary-
islamic-entry-symbol'
\(normally an `I'). The same `diary-date-forms' govern the style
of the Islamic calendar entries, except that the Islamic month
names cannot be abbreviated. The Islamic months are numbered
...
...
@@ -259,7 +259,7 @@ the entry will appear in the diary listing, but will not be
marked in the calendar. This function is provided for use with
`nongregorian-diary-listing-hook'."
(
diary-list-entries-1
calendar-islamic-month-name-array
islamic-
diary-
entry-symbol
diary-
islamic-entry-symbol
'calendar-islamic-from-absolute
))
(
define-obsolete-function-alias
'list-islamic-diary-entries
...
...
@@ -287,7 +287,7 @@ Marks each entry in `diary-file' (or included files) visible in the calendar
window. See `diary-islamic-list-entries' for more information."
(
diary-mark-entries-1
'calendar-islamic-mark-date-pattern
calendar-islamic-month-name-array
islamic-
diary-
entry-symbol
diary-
islamic-entry-symbol
'calendar-islamic-from-absolute
))
(
define-obsolete-function-alias
...
...
@@ -302,7 +302,7 @@ For the Islamic date corresponding to the date indicated by point.
Prefix argument ARG makes the entry nonmarking."
(
interactive
"P"
)
(
diary-insert-entry-1
nil
arg
calendar-islamic-month-name-array
islamic-
diary-
entry-symbol
diary-
islamic-entry-symbol
'calendar-islamic-from-absolute
))
(
define-obsolete-function-alias
'insert-islamic-diary-entry
...
...
@@ -315,7 +315,7 @@ For the day of the Islamic month corresponding to the date indicated by point.
Prefix argument ARG makes the entry nonmarking."
(
interactive
"P"
)
(
diary-insert-entry-1
'monthly
arg
calendar-islamic-month-name-array
islamic-
diary-
entry-symbol
diary-
islamic-entry-symbol
'calendar-islamic-from-absolute
))
(
define-obsolete-function-alias
'insert-monthly-islamic-diary-entry
...
...
@@ -328,7 +328,7 @@ For the day of the Islamic year corresponding to the date indicated by point.
Prefix argument ARG makes the entry nonmarking."
(
interactive
"P"
)
(
diary-insert-entry-1
'yearly
arg
calendar-islamic-month-name-array
islamic-
diary-
entry-symbol
diary-
islamic-entry-symbol
'calendar-islamic-from-absolute
))
(
define-obsolete-function-alias
'insert-yearly-islamic-diary-entry
'diary-islamic-insert-yearly-entry
"23.1"
)
...
...
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