(insert-binary-file-contents-literally): New alias for
authormorioka <morioka>
Sat, 21 Mar 1998 17:26:35 +0000 (17:26 +0000)
committermorioka <morioka>
Sat, 21 Mar 1998 17:26:35 +0000 (17:26 +0000)
`insert-file-contents-literally'.

emu-e20.el

index 98d032b..689f156 100644 (file)
@@ -84,6 +84,9 @@ in the region between START and END."
     (setq enable-multibyte-characters flag)
     ))
 
+(defalias 'insert-binary-file-contents-literally
+  'insert-file-contents-literally)
+
 
 ;;; @ MIME charset
 ;;;