Skip to content

Commit

Permalink
(twittering-status-not-blank-p): fix and modify a regexp pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
yata committed Jan 6, 2010
1 parent 936bde2 commit de5b424
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Expand Up @@ -9,6 +9,9 @@
* twittering-mode.el (twittering-http-get-list-index-sentinel): Add
`debug-printf' same as `twittering-http-get-default-sentinel'.

* twittering-mode.el (twittering-status-not-blank-p): Fix and
modify a regexp pattern.

2010-01-04 Satoshi Yatagawa <yata_github@y.hauN.org>

* twittering-mode.el (twittering-get-response-header): Change
Expand Down
2 changes: 1 addition & 1 deletion twittering-mode.el
Expand Up @@ -1517,7 +1517,7 @@ following symbols;

(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)
(when (and (null init-str)
Expand Down

0 comments on commit de5b424

Please sign in to comment.