From a8362df9f432c7ae80c3406581f39036ad2aa851 Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 21 Mar 1998 17:26:35 +0000 Subject: [PATCH] (insert-binary-file-contents-literally): New alias for `insert-file-contents-literally'. --- emu-e20.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emu-e20.el b/emu-e20.el index 98d032b..689f156 100644 --- a/emu-e20.el +++ b/emu-e20.el @@ -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 ;;; -- 1.7.10.4