From: morioka Date: Thu, 17 Sep 1998 14:33:45 +0000 (+0000) Subject: Move alias `insert-binary-file-contents-literally' from emu.el to X-Git-Tag: poe-199811302358~31 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ed2611b54aabbd85630bd0c9a99eb4e101eb7312;p=elisp%2Fapel.git Move alias `insert-binary-file-contents-literally' from emu.el to poem.el. --- 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.*