mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
Change syntax table entry for colon in the diary as part of the
european-date-diary-pattern fix.
This commit is contained in:
parent
bb0541f8ba
commit
cfd1d0ece7
@ -197,6 +197,7 @@ It is the standard syntax table used in Fundamental mode, but with the
|
||||
syntax of `*' changed to be a word constituent.")
|
||||
|
||||
(modify-syntax-entry ?* "w" diary-syntax-table)
|
||||
(modify-syntax-entry ?: "w" diary-syntax-table)
|
||||
|
||||
(defun list-diary-entries (date number)
|
||||
"Create and display a buffer containing the relevant lines in diary-file.
|
||||
|
Loading…
Reference in New Issue
Block a user