From: morioka Date: Mon, 9 Mar 1998 12:17:00 +0000 (+0000) Subject: tm 7.34. X-Git-Tag: tm7_34 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f82710cfe6775797f766b80bf261e1cf2e3695f2;p=elisp%2Fsemi.git tm 7.34. --- 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