From: morioka Date: Mon, 9 Mar 1998 12:11:00 +0000 (+0000) Subject: tm 7.32. X-Git-Tag: tm7_32~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e924459aa84dd0e096b6107aabb655b77902153b;p=elisp%2Fapel.git tm 7.32. --- diff --git a/Makefile b/Makefile index 753e822..b29440d 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.1.tar +TARFILE = tl-7.03.2.tar elc: diff --git a/emu-19.el b/emu-19.el index af8cb69..3877cc0 100644 --- a/emu-19.el +++ b/emu-19.el @@ -6,7 +6,7 @@ ;;; ;;; Author: MORIOKA Tomohiko ;;; Version: -;;; $Id: emu-19.el,v 5.0 1995/12/07 06:02:01 morioka Exp $ +;;; $Id: emu-19.el,v 6.0 1995/12/08 22:48:48 morioka Exp $ ;;; Keywords: emulation, compatibility ;;; ;;; This file is part of tl and tm (Tools for MIME). @@ -20,7 +20,7 @@ (defvar mouse-button-1 [mouse-1]) (defvar mouse-button-2 [mouse-2]) -(defvar mouse-button-3 [mouse-3]) +(defvar mouse-button-3 [down-mouse-3]) ;;; @ end