* (toplevel): Don't use the FILENAME argument of `require'.
authorbg66 <bg66>
Mon, 23 Oct 2006 10:56:03 +0000 (10:56 +0000)
committerbg66 <bg66>
Mon, 23 Oct 2006 10:56:03 +0000 (10:56 +0000)
ChangeLog
mixi.el

index a71294c..57d89c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
 
+       * (toplevel): Don't use the FILENAME argument of `require'.
+
+2006-10-23  OHASHI Akira  <bg66@koka-in.org>
+
        * mixi.el (with-mixi-decoded-time-value): New macro.
        (mixi-encode-time-value): New function.
        (mixi-time-less-p): Ditto.
diff --git a/mixi.el b/mixi.el
index 6f518b3..0ef816d 100644 (file)
--- a/mixi.el
+++ b/mixi.el
@@ -61,7 +61,7 @@
 ;;   (setq buffer-read-only t)
 ;;   (goto-char (point-min)))
 ;;
-;; Display newest 3 diaries including all comments like a mail format.
+;; Display newest 3 diaries including one comment like a mail format.
 ;; Comments are displayed like a reply mail.
 ;;
 ;; (let ((max-numbers 3)
 ;;; Code:
 
 (condition-case nil
-    (require 'url "url")
+    (require 'url)
   (error))
 
 (condition-case nil
-    (require 'w3m "w3m")
+    (require 'w3m)
   (error))
 
 (eval-when-compile (require 'cl))