Mercurial > hg > xemacs-beta
diff lisp/tm/tm-play.el @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:18:39 +0200 |
parents | 0d2f883870bc |
children | fe104dbd9147 |
line wrap: on
line diff
--- a/lisp/tm/tm-play.el Mon Aug 13 09:17:27 2007 +0200 +++ b/lisp/tm/tm-play.el Mon Aug 13 09:18:39 2007 +0200 @@ -4,7 +4,7 @@ ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp> ;; Created: 1995/9/26 (separated from tm-view.el) -;; Version: $Id: tm-play.el,v 1.2 1997/02/15 22:21:29 steve Exp $ +;; Version: $Id: tm-play.el,v 1.3 1997/03/08 23:26:57 steve Exp $ ;; Keywords: mail, news, MIME, multimedia ;; This file is part of tm (Tools for MIME). @@ -424,7 +424,9 @@ ;;; @ rot13-47 ;;; -(require 'view) +(condition-case nil + (require 'view-less) + (error (require 'view))) (defconst mime-view-text/plain-mode-map (copy-keymap view-mode-map)) (define-key mime-view-text/plain-mode-map