Mercurial > emacs
changeset 43646:bcdc815ba23f
(list-diary-entries): Use `buffer-substring' instead of
`buffer-substring-no-properties' to support enriched mode.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Sun, 03 Mar 2002 08:57:04 +0000 |
parents | feb21d2d94b4 |
children | 6eb5884409a9 |
files | lisp/calendar/diary-lib.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/diary-lib.el Sun Mar 03 00:36:27 2002 +0000 +++ b/lisp/calendar/diary-lib.el Sun Mar 03 08:57:04 2002 +0000 @@ -324,9 +324,9 @@ (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