Skip to content

Commit

Permalink
(twittering-make-http-request): Use let instead of let*.
Browse files Browse the repository at this point in the history
  • Loading branch information
yata authored and hayamiz committed Nov 14, 2009
1 parent 750e316 commit 565b1ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions twittering-mode.el
Expand Up @@ -410,8 +410,8 @@ directory. You should change through function'twittering-icon-mode'")

(defun twittering-make-http-request (host method method-class
&optional parameters)
(let* ((nl "\r\n")
request)
(let ((nl "\r\n")
request)
(setq request
(concat method " http://" host "/" method-class ".xml"
(when parameters
Expand Down

0 comments on commit 565b1ce

Please sign in to comment.