]> git.eshelyaron.com Git - emacs.git/commitdiff
Change syntax table entry for colon in the diary as part of the
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 Aug 1999 00:33:32 +0000 (00:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 Aug 1999 00:33:32 +0000 (00:33 +0000)
european-date-diary-pattern fix.

lisp/calendar/diary-lib.el

index 1eb395e9efc608a5ffb5c040e878d627b099a8ae..33a5cb38376f5082acb8abda1f05b8ecf1c771b7 100644 (file)
@@ -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.