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
dae6cb9f
Commit
dae6cb9f
authored
May 18, 2000
by
Dave Love
Browse files
(appt-make-list): Match all lines of entry.
From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
parent
a198aa54
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
lisp/ChangeLog
lisp/ChangeLog
+8
-0
lisp/calendar/appt.el
lisp/calendar/appt.el
+1
-1
No files found.
lisp/ChangeLog
View file @
dae6cb9f
2000-05-18 Dave Love <fx@gnu.org>
* info.el (Info-fontify-node): Add intangible property as well as
invisible.
* calendar/appt.el (appt-make-list): Match all lines of entry.
From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
2000-05-18 Kenichi Handa <handa@etl.go.jp>
* international/mule-diag.el (describe-char-after): Call
...
...
lisp/calendar/appt.el
View file @
dae6cb9f
...
...
@@ -526,7 +526,7 @@ They specify the range of dates that the diary is being processed for."
(
cadr
(
car
entry-list
)))
1
-1
)))
(
while
(
string-match
"[0-9]?[0-9]:[0-9][0-9]\\(am\\|pm\\)?.*"
"[0-9]?[0-9]:[0-9][0-9]\\(am\\|pm\\)?
\\(.*\n\\)*
.*"
time-string
)
(
let*
((
appt-time-string
(
match-string
0
time-string
)))
...
...
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