Skip to content

Commit

Permalink
fix coding style.
Browse files Browse the repository at this point in the history
  • Loading branch information
yata committed Feb 14, 2010
1 parent 5c9b8ba commit 528f092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twittering-mode.el
Expand Up @@ -2610,7 +2610,7 @@ variable `twittering-status-format'."
(regexp-list-method "^1/[^/]*/lists/[^/]*/statuses$")
(parameters nil))
(cond ((stringp id)
(add-to-list 'parameters (cons "max_id"id)))
(add-to-list 'parameters (cons "max_id" id)))
((stringp since_id)
(add-to-list 'parameters (cons "since_id" since_id))))
(cond
Expand Down

0 comments on commit 528f092

Please sign in to comment.