From: morioka Date: Tue, 28 May 1996 03:03:21 +0000 (+0000) Subject: (mime-editor/insert-signature): Use variable `signature-file-name' X-Git-Tag: Hokutetsu-Ishikawa-new~387 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=534dc3009a9082ef8afbb379d65a4d05895e8baf;p=elisp%2Fsemi.git (mime-editor/insert-signature): Use variable `signature-file-name' instead of `signature'. --- diff --git a/mime-edit.el b/mime-edit.el index 42fdb75..213aee3 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -9,7 +9,7 @@ ;;; Maintainer: MORIOKA Tomohiko ;;; Created: 1994/08/21 renamed from mime.el by UMEDA Masanobu; ;;; 1996/05/24 renamed from tm-edit.el -;;; Version: $Revision: 0.15 $ +;;; Version: $Revision: 0.16 $ ;;; Keywords: mail, news, MIME, multimedia, multilingual ;;; ;;; This file is part of SEMI (September, Emacs MIME Interface) @@ -123,7 +123,7 @@ ;;; (defconst mime-editor/RCS-ID - "$Id: mime-edit.el,v 0.15 1996-05-28 02:52:49 morioka Exp $") + "$Id: mime-edit.el,v 0.16 1996-05-28 03:03:21 morioka Exp $") (defconst mime-editor/version (get-version-string mime-editor/RCS-ID)) @@ -961,7 +961,7 @@ Charset is automatically obtained from the `mime/lc-charset-alist'." (function (lambda () (apply (function mime-editor/insert-tag) - (mime-find-file-type signature)) + (mime-find-file-type signature-file-name)) ))) ) (insert-signature arg)