From: morioka Date: Tue, 9 Jun 1998 07:28:59 +0000 (+0000) Subject: Use nil as variable of `condition-case' to avoid byte-compiler X-Git-Tag: apel-8_15~3 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e70ea4dfb29739eef2b92b049d99a0bee1f687f;p=elisp%2Fapel.git Use nil as variable of `condition-case' to avoid byte-compiler warning. --- diff --git a/emu-xemacs.el b/emu-xemacs.el index 56c12c2..c0e83bc 100644 --- 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)