From: yamaoka Date: Fri, 22 Dec 2000 09:26:36 +0000 (+0000) Subject: Add author. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7f80dea4b412a9f6d569a6881f69463ec1182cf6;p=elisp%2Fflim.git Add author. --- 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)