aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1999-08-02 00:33:32 +0000
committerRichard M. Stallman1999-08-02 00:33:32 +0000
commitcfd1d0ece71a1dec725b3093f50fe49315d59730 (patch)
tree7a4952ecdc1671fc46c529998a68787b7a4c69a6
parentbb0541f8bae3bec43fb514f2fc6f10849935aa1b (diff)
downloademacs-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.el1
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
197syntax of `*' changed to be a word constituent.") 197syntax 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.