From f82710cfe6775797f766b80bf261e1cf2e3695f2 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 9 Mar 1998 12:17:00 +0000 Subject: [PATCH] tm 7.34. --- signature.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/signature.el b/signature.el index ecd1673..937885b 100644 --- a/signature.el +++ b/signature.el @@ -8,7 +8,7 @@ ;;; Author: MORIOKA Tomohiko ;;; OKABE Yasuo (1994/08/01) ;;; Version: -;;; $Id: signature.el,v 7.0 1995/11/16 16:28:53 morioka Exp $ +;;; $Id: signature.el,v 7.1 1995/12/14 06:22:20 morioka Exp $ ;;; Keywords: mail, news, signature ;;; ;;; This file is part of tm (Tools for MIME). @@ -103,7 +103,7 @@ (goto-char (point-max)) (if (not (bolp)) (insert "\n")) - (delete-blank-lines) + ;;(delete-blank-lines) (insert-file-contents signature) (set-buffer-modified-p (buffer-modified-p)) ; force mode line update -- 1.7.10.4