tm 7.39. tm7_39 tm7_40 tm7_41 tm7_41_1 tm7_41_2 tm7_41_3 tm7_42 tm7_42_1 tm7_43 tm7_43_1 tm7_44 tm7_44_1 tm7_45 tm7_46 tm7_46_1 tm7_47
authormorioka <morioka>
Mon, 9 Mar 1998 12:37:12 +0000 (12:37 +0000)
committermorioka <morioka>
Mon, 9 Mar 1998 12:37:12 +0000 (12:37 +0000)
signature.el

index 937885b..324ace7 100644 (file)
@@ -7,20 +7,40 @@
 ;;;
 ;;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;;;         OKABE Yasuo <okabe@kudpc.kyoto-u.ac.jp> (1994/08/01)
+;;; Created: 1994/7/11
 ;;; Version:
-;;;    $Id: signature.el,v 7.1 1995/12/14 06:22:20 morioka Exp $
+;;;    $Id: signature.el,v 7.3 1995/12/25 05:29:00 morioka Exp $
 ;;; Keywords: mail, news, signature
 ;;;
 ;;; This file is part of tm (Tools for MIME).
 ;;;
+;;; This program is free software; you can redistribute it and/or
+;;; modify it under the terms of the GNU General Public License as
+;;; published by the Free Software Foundation; either version 2, or
+;;; (at your option) any later version.
+;;;
+;;; This program is distributed in the hope that it will be useful,
+;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;;; General Public License for more details.
+;;;
+;;; You should have received a copy of the GNU General Public License
+;;; along with This program.  If not, write to the Free Software
+;;; Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;;;
+;;; Code:
 
 (require 'tl-822)
 
 (defvar signature-insert-at-eof nil
-  "*Insert signature at the end of file if non-nil.")
+  "*Insert signature at the end of file if non-nil. [signature.el]")
+
+(defvar signature-delete-blank-lines-at-eof nil
+  "*Signature-insert-at-eof deletes blank lines at the end of file
+if non-nil. [signature.el]")
 
 (defvar signature-file-name "~/.signature"
-  "*Name of file containing the user's signature.")
+  "*Name of file containing the user's signature. [signature.el]")
 
 (defvar signature-file-alist nil)
 
          (goto-char (point-max))
          (if (not (bolp))
              (insert "\n"))
-         ;;(delete-blank-lines)
+         (if signature-delete-blank-lines-at-eof (delete-blank-lines))
          (insert-file-contents signature)
          (set-buffer-modified-p (buffer-modified-p))
                                        ; force mode line update