tm 7.31.
authormorioka <morioka>
Mon, 9 Mar 1998 12:07:14 +0000 (12:07 +0000)
committermorioka <morioka>
Mon, 9 Mar 1998 12:07:14 +0000 (12:07 +0000)
Makefile
emu-18.el
emu-19.el
emu-xemacs.el

index 40036d4..753e822 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ TLDIR19 = $(HOME)/lib/emacs19/lisp
 FILES  = tl/README.eng tl/Makefile tl/mk-tl tl/*.el tl/doc/*.texi \
                tl/Changes*
 
-TARFILE = tl-7.03.tar
+TARFILE = tl-7.03.1.tar
 
 
 elc:
index c189c55..7a320a4 100644 (file)
--- a/emu-18.el
+++ b/emu-18.el
@@ -6,7 +6,7 @@
 ;;;
 ;;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;;; Version:
-;;;    $Id: emu-18.el,v 7.2 1995/12/05 07:55:43 morioka Exp $
+;;;    $Id: emu-18.el,v 7.3 1995/12/07 06:02:59 morioka Exp $
 ;;; Keywords: emulation, compatibility
 ;;;
 ;;; This file is part of tl and tm (Tools for MIME).
@@ -169,6 +169,7 @@ to create parent directories if they don't exist.
 
 (defvar mouse-button-1 nil)
 (defvar mouse-button-2 nil)
+(defvar mouse-button-3 nil)
 
 
 ;;; @ end
index 66faa63..af8cb69 100644 (file)
--- a/emu-19.el
+++ b/emu-19.el
@@ -6,7 +6,7 @@
 ;;;
 ;;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;;; Version:
-;;;    $Id: emu-19.el,v 4.0 1995/10/26 11:18:25 morioka Exp $
+;;;    $Id: emu-19.el,v 5.0 1995/12/07 06:02:01 morioka Exp $
 ;;; Keywords: emulation, compatibility
 ;;;
 ;;; This file is part of tl and tm (Tools for MIME).
@@ -20,6 +20,7 @@
 
 (defvar mouse-button-1 [mouse-1])
 (defvar mouse-button-2 [mouse-2])
+(defvar mouse-button-3 [mouse-3])
 
 
 ;;; @ end
index b07c9e3..6a32b19 100644 (file)
@@ -6,7 +6,7 @@
 ;;;
 ;;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;;; Version:
-;;;    $Id: emu-xemacs.el,v 7.0 1995/11/14 03:59:24 morioka Exp $
+;;;    $Id: emu-xemacs.el,v 7.1 1995/12/07 05:12:34 morioka Exp $
 ;;; Keywords: emulation, compatibility, XEmacs
 ;;;
 ;;; This file is part of tl and tm (Tools for MIME).
@@ -52,7 +52,7 @@
 
 (defvar mouse-button-1 'button1)
 (defvar mouse-button-2 'button2)
-
+(defvar mouse-button-3 'button3)
 
 (or (fboundp 'dired-other-frame)
     (defun dired-other-frame (dirname &optional switches)