From: morioka Date: Mon, 9 Mar 1998 12:07:14 +0000 (+0000) Subject: tm 7.31. X-Git-Tag: tm7_31~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a30153db494e0147d3e76dc80ec24d6e5f5afd32;p=elisp%2Fapel.git tm 7.31. --- diff --git a/Makefile b/Makefile index 40036d4..753e822 100644 --- 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: diff --git a/emu-18.el b/emu-18.el index c189c55..7a320a4 100644 --- a/emu-18.el +++ b/emu-18.el @@ -6,7 +6,7 @@ ;;; ;;; Author: MORIOKA Tomohiko ;;; 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 diff --git a/emu-19.el b/emu-19.el index 66faa63..af8cb69 100644 --- a/emu-19.el +++ b/emu-19.el @@ -6,7 +6,7 @@ ;;; ;;; Author: MORIOKA Tomohiko ;;; 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 diff --git a/emu-xemacs.el b/emu-xemacs.el index b07c9e3..6a32b19 100644 --- a/emu-xemacs.el +++ b/emu-xemacs.el @@ -6,7 +6,7 @@ ;;; ;;; Author: MORIOKA Tomohiko ;;; 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)