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
c1b0dc0c
Commit
c1b0dc0c
authored
Mar 03, 2002
by
Thien-Thi Nguyen
Browse files
(list-diary-entries): Use `buffer-substring' instead of
`buffer-substring-no-properties' to support enriched mode.
parent
4367c5a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/calendar/diary-lib.el
lisp/calendar/diary-lib.el
+2
-2
No files found.
lisp/calendar/diary-lib.el
View file @
c1b0dc0c
...
...
@@ -324,9 +324,9 @@ These hooks have the following distinct roles:
(
point
)
?\^M
?\n
t
)
(
add-to-diary-list
date
(
buffer-substring
-no-properties
(
buffer-substring
entry-start
(
point
))
(
buffer-substring
-no-properties
(
buffer-substring
(
1+
date-start
)
(
1-
entry-start
)))))))
(
setq
d
(
cdr
d
)))
(
or
entry-found
...
...
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