From 1e8aa221d57ec9f0ee92701b510d130fb5b2ce43 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 25 Nov 2010 19:22:49 -0800 Subject: [PATCH] * lisp/calendar/diary-lib.el (diary-outlook-format): Remove pointless element. --- lisp/calendar/diary-lib.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 1623ff10197..231c92f417d 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el @@ -346,7 +346,7 @@ Returns a string using match elements 1-5, where: ;; Where: Meeting room B ("[ \t\n]*When: [[:alpha:]]+, \\([[:alpha:]]+\\) \\([0-9][0-9]*\\), \ \\([0-9]\\{4\\}\\),? \\(.+\\)\n\ -\\(?:Where: \\(.+\n\\)\n*\\)?" . diary-outlook-format-1)) +\\(?:Where: \\(.+\n\\)\\)?" . diary-outlook-format-1)) "Alist of regexps matching message text and replacement text. The regexp must match the start of the message text containing an -- 2.11.4.GIT