From 7b5bfd42294322abfa04220b449aa1dec1b50026 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 23 Feb 2001 11:52:49 +0000 Subject: [PATCH] * dgnushack.el: Don't require `emu'. --- ChangeLog | 4 ++++ lisp/dgnushack.el | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9aff3e0..bb89733 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-02-23 Katsumi Yamaoka + + * lisp/dgnushack.el: Don't require `emu'. + 2001-02-16 Katsumi Yamaoka * lisp/message.el (message-forward-subject-author-subject): Decode diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index b582dbf..5fab698 100644 --- a/lisp/dgnushack.el +++ b/lisp/dgnushack.el @@ -252,10 +252,6 @@ Try to re-configure with --with-addpath=FLIM_PATH and run make again. (defalias 'Custom-make-dependencies 'ignore) (defalias 'update-autoloads-from-directory 'ignore)) -(unless (fboundp 'with-temp-buffer) - ;; Pickup some macros. - (require 'emu)) - (defalias 'device-sound-enabled-p 'ignore) (defalias 'play-sound-file 'ignore) (defalias 'nndb-request-article 'ignore) -- 1.7.10.4