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
bfc7bff6
Commit
bfc7bff6
authored
Nov 17, 1997
by
Karl Heuer
Browse files
(list-islamic-diary-entries): Add the diary entry
"specifier" to the entry on the list.
parent
f674d9ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/calendar/cal-islam.el
lisp/calendar/cal-islam.el
+4
-1
No files found.
lisp/calendar/cal-islam.el
View file @
bfc7bff6
...
...
@@ -263,7 +263,10 @@ not be marked in the calendar. This function is provided for use with the
(
backward-char
1
)
(
subst-char-in-region
date-start
(
point
)
?\^M
?\n
t
)
(
add-to-diary-list
gdate
(
buffer-substring
entry-start
(
point
)))))))
gdate
(
buffer-substring-no-properties
entry-start
(
point
))
(
buffer-substring-no-properties
(
1+
date-start
)
(
1-
entry-start
)))))))
(
setq
d
(
cdr
d
))))
(
setq
gdate
(
calendar-gregorian-from-absolute
...
...
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