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:
df8939a
)
Use nil as variable of `condition-case' to avoid byte-compiler
author
morioka
<morioka>
Tue, 9 Jun 1998 07:28:59 +0000
(07:28 +0000)
committer
morioka
<morioka>
Tue, 9 Jun 1998 07:28:59 +0000
(07:28 +0000)
warning.
emu-xemacs.el
patch
|
blob
|
history
diff --git
a/emu-xemacs.el
b/emu-xemacs.el
index
56c12c2
..
c0e83bc
100644
(file)
--- a/
emu-xemacs.el
+++ b/
emu-xemacs.el
@@
-46,7
+46,7
@@
;;; @ overlay
;;;
-(condition-case err
+(condition-case nil
(require 'overlay)
(error (defalias 'make-overlay 'make-extent)
(defalias 'overlay-put 'set-extent-property)