From e8028f622ab4491b4bd293b2ea89f0c1d52b7f34 Mon Sep 17 00:00:00 2001 From: Yuto Hayamizu Date: Thu, 3 Dec 2009 23:09:42 +0900 Subject: [PATCH] balance parenthesis --- twittering-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twittering-mode.el b/twittering-mode.el index 5bb483e4..ace1e014 100644 --- a/twittering-mode.el +++ b/twittering-mode.el @@ -1117,7 +1117,7 @@ If STATUS-DATUM is already in DATA-VAR, return nil. If not, return t." (defun twittering-status-not-blank-p (status) (not (string-match - "^\\s-*\\(?:@[-_a-z0-9]+\\(\s+@[-_a-z0-9]+\\)*\\)?\\s-*$" status)) + "^\\s-*\\(?:@[-_a-z0-9]+\\(\s+@[-_a-z0-9]+\\)*\\)?\\s-*$" status))) (defun twittering-update-status-from-minibuffer (&optional init-str reply-to-id)