Skip to content

Commit

Permalink
balance parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
hayamiz committed Dec 3, 2009
1 parent f9b3eaf commit e8028f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twittering-mode.el
Expand Up @@ -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)
Expand Down

0 comments on commit e8028f6

Please sign in to comment.