Skip to content

Commit

Permalink
(twittering-extract-timeline-spec): delete an unused argument to 'err…
Browse files Browse the repository at this point in the history
…or'.
  • Loading branch information
yata committed Feb 18, 2010
1 parent 196dfab commit 939e899
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 @@ -4,6 +4,9 @@
wide characters.
(twittering-favorite): Likewise.

* twittering-mode.el (twittering-extract-timeline-spec): Delete an
unused argument to `error'.

2010-02-18 Tadashi MATSUO <tad@mymail.twin.jp>

* twittering-mode.el (twittering-current-timeline-spec): return
Expand Down
2 changes: 1 addition & 1 deletion twittering-mode.el
Expand Up @@ -699,7 +699,7 @@ If SHORTEN is non-nil, the abbreviated expression will be used."
Return cons of the spec and the rest string."
(cond
((null str)
(error "STR is nil" str)
(error "STR is nil")
nil)
((string-match "^\\([a-zA-Z0-9_-]+\\)/\\([a-zA-Z0-9_-]+\\)" str)
(let ((user (match-string 1 str))
Expand Down

0 comments on commit 939e899

Please sign in to comment.