From: shuhei Date: Wed, 19 Jan 2000 09:52:04 +0000 (+0000) Subject: (require): Handle `file-error' only. X-Git-Tag: apel-10_1~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6a035e2edc196d6f1f0482c4fec18332388313bf;p=elisp%2Fapel.git (require): Handle `file-error' only. --- diff --git a/ChangeLog b/ChangeLog index 5919ac0..224c244 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-01-19 Shuhei KOBAYASHI + + * poe.el (require): Handle `file-error' only. + 2000-01-12 OKAZAKI Tetsurou * EMU-ELS (emu-modules): Add `pccl' even if `mule' is not provided. diff --git a/poe.el b/poe.el index aeb7d68..70d191a 100644 --- 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)