Changeset 58 for lang/elisp
- Timestamp:
- 07/21/08 03:13:03 (16 years ago)
- Location:
- lang/elisp/twittering-mode/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/elisp/twittering-mode/trunk/ChangeLog
r47 r58 1 2008-07-21 Tsuyoshi CHO <Tsuyoshi.CHO+develop@Gmail.com> 2 3 * twittering-mode.el (twittering-http-get, twittering-http-post): 4 改行が1つ多かったので除去 5 1 6 2008-05-11 Tsuyoshi CHO <Tsuyoshi.CHO+develop@Gmail.com> 2 7 -
lang/elisp/twittering-mode/trunk/twittering-mode.el
r47 r58 377 377 proxy-password)) 378 378 nl))) 379 nl nl))379 nl)) 380 380 (debug-print (concat "GET Request\n" request)) 381 381 request))) … … 608 608 proxy-password)) 609 609 nl))) 610 nl nl))610 nl)) 611 611 (debug-print (concat "POST Request\n" request)) 612 612 request)))))