Use nil as variable of `condition-case' to avoid byte-compiler
authormorioka <morioka>
Tue, 9 Jun 1998 07:28:59 +0000 (07:28 +0000)
committermorioka <morioka>
Tue, 9 Jun 1998 07:28:59 +0000 (07:28 +0000)
warning.

emu-xemacs.el

index 56c12c2..c0e83bc 100644 (file)
@@ -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)