From 7f80dea4b412a9f6d569a6881f69463ec1182cf6 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 22 Dec 2000 09:26:36 +0000 Subject: [PATCH] Add author. --- raw-io.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/raw-io.el b/raw-io.el index ebbea17..5232ffe 100644 --- a/raw-io.el +++ b/raw-io.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1997,1998,1999,2000 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko +;; Katsumi Yamaoka ;; Keywords: definition, MIME, multimedia, mail, news ;; This file is part of APEL (A Portable Emacs Library). @@ -48,7 +49,7 @@ (apply (function start-process-shell-command) name buffer args)) (as-binary-process (start-process name buffer shell-file-name shell-command-switch - (mapconcat (function identity) args " "))))) + (mapconcat (function identity) args " "))))) (defalias 'raw-text-insert-file-contents 'insert-file-contents-as-raw-text) -- 1.7.10.4