[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102529: * lisp/calendar/diary-lib.el
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102529: * lisp/calendar/diary-lib.el (diary-outlook-format): Remove pointless element. |
Date: |
Thu, 25 Nov 2010 19:22:49 -0800 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102529
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2010-11-25 19:22:49 -0800
message:
* lisp/calendar/diary-lib.el (diary-outlook-format): Remove pointless element.
modified:
lisp/calendar/diary-lib.el
=== modified file 'lisp/calendar/diary-lib.el'
--- a/lisp/calendar/diary-lib.el 2010-11-26 03:19:58 +0000
+++ b/lisp/calendar/diary-lib.el 2010-11-26 03:22:49 +0000
@@ -346,7 +346,7 @@
;; 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102529: * lisp/calendar/diary-lib.el (diary-outlook-format): Remove pointless element.,
Glenn Morris <=