Navigation Menu

Skip to content

Commit

Permalink
add url library for emacs21
Browse files Browse the repository at this point in the history
* url-emacs21/*: add url library for emacs21
  • Loading branch information
hayamiz committed Jan 10, 2010
1 parent b6e3af2 commit eccce49
Show file tree
Hide file tree
Showing 38 changed files with 9,043 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Expand Up @@ -73,6 +73,9 @@
(twittering-retrieve-image-without-wget): delete
(twittering-retrieve-image-with-wget): delete

* url-emacs21/*: add url library for emacs21


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

* twittering-mode.el (twittering-url-reserved-p): bug fix: some
Expand Down
5 changes: 4 additions & 1 deletion twittering-mode.el
Expand Up @@ -46,8 +46,12 @@
(require 'xml)
(require 'parse-time)
(when (< emacs-major-version 22)
(add-to-list 'load-path
(expand-file-name
"url-emacs21" (file-name-directory load-file-name)))
(require 'un-define)
(set-terminal-coding-system 'utf-8))
(require 'url)

(defconst twittering-mode-version "0.9.0")

Expand Down Expand Up @@ -1983,7 +1987,6 @@ following symbols;

(defun twittering-tinyurl-get (longurl)
"Tinyfy LONGURL"
(require 'url)
(let ((api (cdr (assoc twittering-tinyurl-service
twittering-tinyurl-services-map))))
(unless api
Expand Down

0 comments on commit eccce49

Please sign in to comment.