2 ;;; emu.el --- Emulation module for each Emacs variants
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.el,v 4.0 1995/09/21 00:05:57 morioka Exp $
10 ;;; Keywords: emulation, compatibility, NEmacs, Mule, XEmacs
12 ;;; This file is part of tl and tm (Tools for MIME).
15 (cond ((boundp 'MULE) (require 'emu-mule))
16 ((boundp 'NEMACS)(require 'emu-nemacs))
17 (t (require 'emu-orig))
21 ;;; @ Emacs 19.29 emulation
24 (if (not (fboundp 'buffer-substring-no-properties))
25 (defalias 'buffer-substring-no-properties 'buffer-substring)