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
e440b20e
Commit
e440b20e
authored
Nov 18, 2002
by
Kai Großjohann
Browse files
(fancy-diary-font-lock-keywords): Grok month numbers, too.
parent
74f39ce9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/calendar/diary-lib.el
lisp/calendar/diary-lib.el
+1
-0
No files found.
lisp/ChangeLog
View file @
e440b20e
2002-11-18 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
* calendar/diary-lib.el (fancy-diary-font-lock-keywords): Grok
month numbers, too.
2002-11-18 Juanma Barranquero <lektu@terra.es>
* mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
...
...
lisp/calendar/diary-lib.el
View file @
e440b20e
...
...
@@ -1616,6 +1616,7 @@ Prefix arg will make the entry nonmarking."
(
diary-name-pattern
calendar-month-name-array
t
)
"\\)"
))
(
day
"[0-9]+"
)
(
month
"[0-9]+"
)
(
year
"-?[0-9]+"
))
(
mapconcat
'eval
calendar-date-display-form
""
))
"\\(\\(: .*\\)\\|\\(\n +.*\\)\\)*\n=+$"
)
...
...
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