tm 6.88.
[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 MORIOKA Tomohiko
6 ;;;
7 ;;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
8 ;;; Version:
9 ;;;     $Id: emu-19.el,v 2.0 1995/09/21 00:10:55 morioka Exp $
10 ;;; Keywords: emulation, compatibility
11 ;;;
12 ;;; This file is part of tl and tm (Tools for MIME).
13 ;;;
14
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)
20
21 (defvar mouse-button-2
22   (if window-system [mouse-2])
23   )
24
25 (provide 'emu-19)