From: Richard M. Stallman Date: Mon, 2 Aug 1999 00:33:32 +0000 (+0000) Subject: Change syntax table entry for colon in the diary as part of the X-Git-Tag: emacs-pretest-21.0.90~7286 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cfd1d0ece71a1dec725b3093f50fe49315d59730;p=emacs.git Change syntax table entry for colon in the diary as part of the european-date-diary-pattern fix. --- 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 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.