From: morioka Date: Mon, 9 Mar 1998 12:00:02 +0000 (+0000) Subject: tm 7.29. X-Git-Tag: tm7_29~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=dfe794a0310d2032d10617d4c64c733c8b812e3f;p=elisp%2Fapel.git tm 7.29. --- diff --git a/Makefile b/Makefile index 67e057e..d480dd2 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.01.8.tar +TARFILE = tl-7.02.tar elc: diff --git a/emu-18.el b/emu-18.el index 3c1fb8b..c189c55 100644 --- a/emu-18.el +++ b/emu-18.el @@ -6,7 +6,7 @@ ;;; ;;; Author: MORIOKA Tomohiko ;;; Version: -;;; $Id: emu-18.el,v 7.1 1995/11/05 08:34:22 morioka Exp $ +;;; $Id: emu-18.el,v 7.2 1995/12/05 07:55:43 morioka Exp $ ;;; Keywords: emulation, compatibility ;;; ;;; This file is part of tl and tm (Tools for MIME). @@ -154,6 +154,16 @@ to create parent directories if they don't exist. )) +;;; @ mark +;;; + +(or (fboundp 'si:mark) + (fset 'si:mark (symbol-function 'mark))) +(defun mark (&optional force) + (si:mark) + ) + + ;;; @ mouse ;;;