From 2eefb0db9506c1241877cfb357808d5626a7b051 Mon Sep 17 00:00:00 2001 From: Satoshi Yatagawa Date: Sun, 14 Feb 2010 23:39:44 +0900 Subject: [PATCH] (twittering-http-post-default-sentinel): remove a FIXME comment. --- twittering-mode.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/twittering-mode.el b/twittering-mode.el index 6b571484..98cd045a 100644 --- a/twittering-mode.el +++ b/twittering-mode.el @@ -1769,8 +1769,6 @@ FORMAT is a response data format (\"xml\", \"atom\", \"json\")" (case-string status (("200") - ;; FIXME: we should take a xmltree from current-burrer and parse - ;; it here. (if suc-msg suc-msg "Success: Post.")) (t (format "Response: %s" status-line)))))