update.
[elisp/apel.git] / poe.el
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)