From ac35d05864a9f192cfbf4761ba3b4baf1208ffc3 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 10 Jun 1998 19:10:55 +0000 Subject: [PATCH] (metamail-region): Don't use concat with numeric arg. --- lisp/mail/metamail.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mail/metamail.el b/lisp/mail/metamail.el index 8c2fcb545d0..e37bd7b52e0 100644 --- a/lisp/mail/metamail.el +++ b/lisp/mail/metamail.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1993, 1996 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA -;; Version: $Id: metamail.el,v 1.8 1997/07/25 05:59:39 rms Exp rms $ +;; Version: $Id: metamail.el,v 1.9 1998/05/20 00:56:03 rms Exp fx $ ;; Keywords: mail, news, mime, multimedia ;; This file is part of GNU Emacs. @@ -165,7 +165,7 @@ redisplayed as output is inserted." (buffer-read-only nil) (metafile (make-temp-name "/tmp/metamail")) (option-environment - (list (concat "EMACS_VIEW_MODE=" + (list (format "EMACS_VIEW_MODE=%d" (if (numberp viewmode) viewmode 1))))) (save-excursion ;; Gee! Metamail does not ouput to stdout if input comes from -- 2.39.2