diff options
| author | Richard M. Stallman | 1999-08-02 00:33:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-08-02 00:33:32 +0000 |
| commit | cfd1d0ece71a1dec725b3093f50fe49315d59730 (patch) | |
| tree | 7a4952ecdc1671fc46c529998a68787b7a4c69a6 | |
| parent | bb0541f8bae3bec43fb514f2fc6f10849935aa1b (diff) | |
| download | emacs-cfd1d0ece71a1dec725b3093f50fe49315d59730.tar.gz emacs-cfd1d0ece71a1dec725b3093f50fe49315d59730.zip | |
Change syntax table entry for colon in the diary as part of the
european-date-diary-pattern fix.
| -rw-r--r-- | lisp/calendar/diary-lib.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 1eb395e9efc..33a5cb38376 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el | |||
| @@ -197,6 +197,7 @@ It is the standard syntax table used in Fundamental mode, but with the | |||
| 197 | syntax of `*' changed to be a word constituent.") | 197 | syntax of `*' changed to be a word constituent.") |
| 198 | 198 | ||
| 199 | (modify-syntax-entry ?* "w" diary-syntax-table) | 199 | (modify-syntax-entry ?* "w" diary-syntax-table) |
| 200 | (modify-syntax-entry ?: "w" diary-syntax-table) | ||
| 200 | 201 | ||
| 201 | (defun list-diary-entries (date number) | 202 | (defun list-diary-entries (date number) |
| 202 | "Create and display a buffer containing the relevant lines in diary-file. | 203 | "Create and display a buffer containing the relevant lines in diary-file. |