2 ;;; emu-19.el --- emu module for FSF original Emacs 19.*
4 ;;; Copyright (C) 1995 Free Software Foundation, Inc.
5 ;;; Copyright (C) 1995 MORIOKA Tomohiko
7 ;;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
9 ;;; $Id: emu-19.el,v 3.0 1995/10/12 11:30:48 morioka Exp morioka $
10 ;;; Keywords: emulation, compatibility
12 ;;; This file is part of tl and tm (Tools for MIME).
15 (defalias 'tl:set-text-properties 'set-text-properties)
16 (defalias 'tl:add-text-properties 'add-text-properties)
17 (defalias 'tl:make-overlay 'make-overlay)
18 (defalias 'tl:overlay-put 'overlay-put)
19 (defalias 'tl:overlay-buffer 'overlay-buffer)
21 (defvar mouse-button-1 [mouse-1])
22 (defvar mouse-button-2 [mouse-2])