Skip to content

Commit

Permalink
Merge branch 'master' into naota_naota-icon-name-md5
Browse files Browse the repository at this point in the history
  • Loading branch information
hayamiz committed Dec 3, 2009
2 parents a871f28 + e8028f6 commit 9936f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twittering-mode.el
Expand Up @@ -1121,7 +1121,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 9936f4d

Please sign in to comment.