From 69d6b535811a0d4f90817f3976b3f9755aa525d7 Mon Sep 17 00:00:00 2001 From: bg66 Date: Tue, 20 Feb 2007 08:13:20 +0000 Subject: [PATCH] Fix the last change. --- mixi.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixi.el b/mixi.el index a173947..2f3e31a 100644 --- a/mixi.el +++ b/mixi.el @@ -1108,7 +1108,7 @@ Increase this value when unexpected error frequently occurs." `(concat "/show_log.pl")) (defconst mixi-log-list-regexp - "\\([0-9]+\\)ǯ\\([0-9]+\\)·î\\([0-9]+\\)Æü \\([0-9]+\\):\\([0-9]+\\) \\(.*\\)") + "\\([0-9]+\\)ǯ\\([0-9]+\\)·î\\([0-9]+\\)Æü \\([0-9]+\\):\\([0-9]+\\) \\(.*?\\)") ;;;###autoload (defun mixi-get-logs (&optional range) -- 1.7.10.4