From 91980a1ff10d579cbffce15bb55382061d9371a8 Mon Sep 17 00:00:00 2001 From: yoichi Date: Thu, 10 Oct 2002 21:19:23 +0000 Subject: [PATCH] * liece-emacs.el: Require pces to avoid compile error. --- lisp/ChangeLog | 4 ++++ lisp/liece-emacs.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a1a4ba..ec43edb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-10-11 Yoichi NAKAYAMA + + * liece-emacs.el: Require pces to avoid compile error. + 2002-09-26 Daiki Ueno * liece-minibuf.el (liece-minibuf-completing-read): Don't use the diff --git a/lisp/liece-emacs.el b/lisp/liece-emacs.el index 92b2c9d..16226b1 100644 --- a/lisp/liece-emacs.el +++ b/lisp/liece-emacs.el @@ -34,6 +34,7 @@ (eval-when-compile (ignore-errors (require 'image))) +(require 'pces) (require 'derived) (eval-and-compile -- 1.7.10.4