diff options
| author | Glenn Morris | 2010-11-25 19:22:49 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-11-25 19:22:49 -0800 |
| commit | 1e8aa221d57ec9f0ee92701b510d130fb5b2ce43 (patch) | |
| tree | 1510226a6658f304d2c2dfd4633e43ffdd43c5ee | |
| parent | e5468a779dbc268c41ac10cd24d047c893502a2c (diff) | |
| download | emacs-1e8aa221d57ec9f0ee92701b510d130fb5b2ce43.tar.gz emacs-1e8aa221d57ec9f0ee92701b510d130fb5b2ce43.zip | |
* lisp/calendar/diary-lib.el (diary-outlook-format): Remove pointless element.
| -rw-r--r-- | lisp/calendar/diary-lib.el | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
| 346 | ;; Where: Meeting room B | 346 | ;; Where: Meeting room B |
| 347 | ("[ \t\n]*When: [[:alpha:]]+, \\([[:alpha:]]+\\) \\([0-9][0-9]*\\), \ | 347 | ("[ \t\n]*When: [[:alpha:]]+, \\([[:alpha:]]+\\) \\([0-9][0-9]*\\), \ |
| 348 | \\([0-9]\\{4\\}\\),? \\(.+\\)\n\ | 348 | \\([0-9]\\{4\\}\\),? \\(.+\\)\n\ |
| 349 | \\(?:Where: \\(.+\n\\)\n*\\)?" . diary-outlook-format-1)) | 349 | \\(?:Where: \\(.+\n\\)\\)?" . diary-outlook-format-1)) |
| 350 | "Alist of regexps matching message text and replacement text. | 350 | "Alist of regexps matching message text and replacement text. |
| 351 | 351 | ||
| 352 | The regexp must match the start of the message text containing an | 352 | The regexp must match the start of the message text containing an |