From 14640c0b83a534d0c3ebf488982b7e47235b0631 Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 15 Mar 1997 20:33:06 +0000 Subject: [PATCH] Quote *autoconv*. --- mime-tar.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mime-tar.el b/mime-tar.el index 4c8f8e9..1daf4a3 100644 --- a/mime-tar.el +++ b/mime-tar.el @@ -5,7 +5,7 @@ ;; Author: Hiroshi Ueno ;; modified by MORIOKA Tomohiko ;; Renamed: 1997/2/26 from tm-tar.el -;; Version: $Id: mime-tar.el,v 0.3 1997-03-04 13:11:02 morioka Exp $ +;; Version: $Id: mime-tar.el,v 0.4 1997-03-15 20:33:06 morioka Exp $ ;; Keywords: tar, tar+gzip, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -318,7 +318,7 @@ ;;; (cond ((boundp 'MULE) - (define-program-coding-system mime-tar-view-buffer nil *autoconv*) + (define-program-coding-system mime-tar-view-buffer nil '*autoconv*) ) ((boundp 'NEMACS) (define-program-kanji-code mime-tar-view-buffer nil 1) -- 1.7.10.4