projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f1f3f6
)
(require): Handle `file-error' only.
author
shuhei
<shuhei>
Wed, 19 Jan 2000 09:52:04 +0000
(09:52 +0000)
committer
shuhei
<shuhei>
Wed, 19 Jan 2000 09:52:04 +0000
(09:52 +0000)
ChangeLog
patch
|
blob
|
history
poe.el
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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)