Skip to content

Commit

Permalink
(twittering-buffer-active-p): delete an unnecessary code which is add…
Browse files Browse the repository at this point in the history
…ed for keep a backward compatibility.
  • Loading branch information
yata committed Jan 15, 2010
1 parent 261fc32 commit d5c9c79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Expand Up @@ -10,6 +10,9 @@
(twittering-http-post-default-sentinel): Likewise.
(twittering-get-response-body): Likewise.

* twittering-mode.el (twittering-buffer-active-p): Delete an
unnecessary code which is added for keep a backward compatibility.

2010-01-15 Yuto Hayamizu <y.hayamizu@gmail.com>

* twittering-mode.el (twittering-mode-identity): add. Identify
Expand Down
3 changes: 1 addition & 2 deletions twittering-mode.el
Expand Up @@ -483,8 +483,7 @@ as a list of a string on Emacs21."
(member (buffer-name (current-buffer))
(list twittering-buffer
twittering-debug-buffer
(and (boundp 'twittering-edit-buffer)
twittering-edit-buffer))))
twittering-edit-buffer)))

(defun assocref (item alist)
(cdr (assoc item alist)))
Expand Down

0 comments on commit d5c9c79

Please sign in to comment.