From 01888d2b6ed028b4ea3b51ad4ba84b0479533586 Mon Sep 17 00:00:00 2001 From: bg66 Date: Tue, 19 Jun 2007 11:40:28 +0000 Subject: [PATCH] (mixi-post-key-regexp): Follow the change of mixi. --- ChangeLog | 4 ++++ mixi.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 901c5de..a76d3ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-06-19 OHASHI Akira + + * mixi.el (mixi-post-key-regexp): Follow the change of mixi. + 2007-06-07 OHASHI Akira * mixi.el (mixi-event-time-regexp): Follow the change of mixi. diff --git a/mixi.el b/mixi.el index 7a3d387..91b7fd8 100644 --- a/mixi.el +++ b/mixi.el @@ -1380,7 +1380,7 @@ Increase this value when unexpected error frequently occurs." `(concat "/add_diary.pl")) (defconst mixi-post-key-regexp - "") + "\\(ºîÀ®\\|½ñ¤­¹þ¤ß\\)¤¬´°Î»¤·¤Þ¤·¤¿¡£È¿±Ç¤Ë»þ´Ö¤¬¤«¤«¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¤Î¤Ç¡¢É½¼¨¤µ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ï¾¯¡¹¤ªÂÔ¤Á¤¯¤À¤µ¤¤¡£") -- 1.7.10.4