Skip to content

Commit

Permalink
Fix the status formater for '%FACE[...]{...}'.
Browse files Browse the repository at this point in the history
* twittering-mode.el (twittering-generate-status-formater-base):
fix the formater for "%FACE[...]{...}".
  • Loading branch information
cvmat committed Mar 16, 2010
1 parent 336630d commit 74b43ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2010-03-17 Tadashi MATSUO <tad@mymail.twin.jp>

* twittering-mode.el (twittering-generate-status-formater-base):
fix the formater for "%FACE[...]{...}".

2010-03-12 Satoshi Yatagawa <yata_github@y.hauN.org>

* twittering-mode.el (twittering-http-get-default-sentinel):
Expand Down
2 changes: 1 addition & 1 deletion twittering-mode.el
Expand Up @@ -2971,7 +2971,7 @@ Example:
(face-sym (intern face-name-str))
(braced-str (match-string 2 fmt-following))
(formater (twittering-generate-status-formater-base braced-str)))
(let ((formated-str (funcall formater status)))
(let ((formated-str (funcall formater status prefix)))
(add-text-properties 0 (length formated-str) `(face ,face-sym)
formated-str)
formated-str))
Expand Down

0 comments on commit 74b43ce

Please sign in to comment.