From 4e70ea4dfb29739eef2b92b049d99a0bee1f687f Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 9 Jun 1998 07:28:59 +0000 Subject: [PATCH] Use nil as variable of `condition-case' to avoid byte-compiler warning. --- emu-xemacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4