Move alias `insert-binary-file-contents-literally' from emu.el to
authormorioka <morioka>
Thu, 17 Sep 1998 14:33:45 +0000 (14:33 +0000)
committermorioka <morioka>
Thu, 17 Sep 1998 14:33:45 +0000 (14:33 +0000)
poem.el.

emu-e20.el
emu.el

index 099dbcb..eb70b42 100644 (file)
@@ -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 (file)
--- 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.*