tm 7.29.
authormorioka <morioka>
Mon, 9 Mar 1998 12:00:02 +0000 (12:00 +0000)
committermorioka <morioka>
Mon, 9 Mar 1998 12:00:02 +0000 (12:00 +0000)
Makefile
emu-18.el

index 67e057e..d480dd2 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.01.8.tar
+TARFILE = tl-7.02.tar
 
 
 elc:
index 3c1fb8b..c189c55 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.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
 ;;;