(require): Handle `file-error' only.
authorshuhei <shuhei>
Wed, 19 Jan 2000 09:52:04 +0000 (09:52 +0000)
committershuhei <shuhei>
Wed, 19 Jan 2000 09:52:04 +0000 (09:52 +0000)
ChangeLog
poe.el

index 5919ac0..224c244 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-01-19  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * poe.el (require): Handle `file-error' only.
+
 2000-01-12  OKAZAKI Tetsurou  <okazaki@be.to>
 
        * EMU-ELS (emu-modules): Add `pccl' even if `mule' is not provided.
diff --git a/poe.el b/poe.el
index aeb7d68..70d191a 100644 (file)
--- a/poe.el
+++ b/poe.el
@@ -89,7 +89,7 @@ Normally the return value is FEATURE."
           (if noerror
               (condition-case nil
                   (si:require feature filename)
-                (error))
+                (file-error))
             (si:require feature filename)))))))
 
 ;; Emacs 19.29 and later: (plist-get PLIST PROP)