From ed2611b54aabbd85630bd0c9a99eb4e101eb7312 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 17 Sep 1998 14:33:45 +0000 Subject: [PATCH] Move alias `insert-binary-file-contents-literally' from emu.el to poem.el. --- emu-e20.el | 4 ---- emu.el | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/emu-e20.el b/emu-e20.el index 099dbcb..eb70b42 100644 --- a/emu-e20.el +++ b/emu-e20.el @@ -152,10 +152,6 @@ If CCL-PROG is symbol, it is dereferenced. ;;; @ end ;;; -(defalias 'insert-binary-file-contents-literally - 'insert-file-contents-literally) - - (provide 'emu-e20) ;;; emu-e20.el ends here diff --git a/emu.el b/emu.el index 7ab6efb..de87f70 100644 --- a/emu.el +++ b/emu.el @@ -87,6 +87,8 @@ (running-mule-merged-emacs ;; for Emacs 20.1 and 20.2 (require 'emu-e20) + (defalias 'insert-binary-file-contents-literally + 'insert-file-contents-literally) ) ((boundp 'MULE) ;; for MULE 1.* and 2.* -- 1.7.10.4