Skip to content

Commit

Permalink
load 'cl' package only at compile time
Browse files Browse the repository at this point in the history
* twittering-mode.el: load 'cl' only at compile
time. cf. http://www.gnu.org/software/emacs/manual/html_node/cl/Overview.html
  • Loading branch information
hayamiz committed Dec 28, 2009
1 parent 554dda8 commit af4e066
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Expand Up @@ -6,6 +6,9 @@
http://d.hatena.ne.jp/imait/20091228/1262004813 and
http://www.escafrace.co.jp/blog/09/10/16/1008

* twittering-mode.el: load 'cl' only at compile
time. cf. http://www.gnu.org/software/emacs/manual/html_node/cl/Overview.html

2009-12-28 Yuto Hayamizu <y.hayamizu@gmail.com>

* twittering-mode.el (twittering-get-response-header)
Expand Down
2 changes: 1 addition & 1 deletion twittering-mode.el
Expand Up @@ -42,7 +42,7 @@

;;; Code:

(require 'cl)
(eval-when-compile (require 'cl))
(require 'xml)
(require 'parse-time)
(when (< emacs-major-version 22)
Expand Down

0 comments on commit af4e066

Please sign in to comment.