Mercurial > hg > xemacs-beta
diff lisp/tm/tm-play.el @ 30:ec9a17fef872 r19-15b98
Import from CVS: tag r19-15b98
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:29 +0200 |
parents | 859a2309aef8 |
children | e04119814345 |
line wrap: on
line diff
--- a/lisp/tm/tm-play.el Mon Aug 13 08:51:58 2007 +0200 +++ b/lisp/tm/tm-play.el Mon Aug 13 08:52:29 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.4 1997/02/09 23:51:47 steve Exp $ +;; Version: $Id: tm-play.el,v 1.5 1997/03/09 02:37:51 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