tm 7.48.2.
[elisp/apel.git] / emu-19.el
1 ;;;
2 ;;; emu-19.el --- emu module for FSF original Emacs 19.*
3 ;;;
4 ;;; Copyright (C) 1995 Free Software Foundation, Inc.
5 ;;; Copyright (C) 1995,1996 MORIOKA Tomohiko
6 ;;;
7 ;;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
8 ;;; Version:
9 ;;;     $Id: emu-19.el,v 7.0 1996/03/13 16:21:13 morioka Exp $
10 ;;; Keywords: emulation, compatibility
11 ;;;
12 ;;; This file is part of tl and tm (Tools for MIME).
13 ;;;
14 ;;; This program is free software; you can redistribute it and/or
15 ;;; modify it under the terms of the GNU General Public License as
16 ;;; published by the Free Software Foundation; either version 2, or
17 ;;; (at your option) any later version.
18 ;;;
19 ;;; This program is distributed in the hope that it will be useful,
20 ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
21 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
22 ;;; General Public License for more details.
23 ;;;
24 ;;; You should have received a copy of the GNU General Public License
25 ;;; along with This program.  If not, write to the Free Software
26 ;;; Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
27 ;;;
28 ;;; Code:
29
30 (defalias 'tl:set-text-properties 'set-text-properties)
31 (defalias 'tl:add-text-properties 'add-text-properties)
32 (defalias 'tl:make-overlay 'make-overlay)
33 (defalias 'tl:overlay-put 'overlay-put)
34 (defalias 'tl:overlay-buffer 'overlay-buffer)
35
36 (defvar mouse-button-1 [mouse-1])
37 (defvar mouse-button-2 [mouse-2])
38 (defvar mouse-button-3 [down-mouse-3])
39
40
41 ;;; @ end
42 ;;;
43
44 (provide 'emu-19)
45
46 ;;; emu-19.el ends here