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:
;;;
;;; 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).
(defvar mouse-button-1 nil)
(defvar mouse-button-2 nil)
+(defvar mouse-button-3 nil)
;;; @ end
;;;
;;; 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).
(defvar mouse-button-1 [mouse-1])
(defvar mouse-button-2 [mouse-2])
+(defvar mouse-button-3 [mouse-3])
;;; @ end
;;;
;;; 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).
(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)