comparison 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
comparison
equal deleted inserted replaced
107:523141596bda 108:360340f9fd5f
2 2
3 ;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc. 3 ;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc.
4 4
5 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp> 5 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
6 ;; Created: 1995/9/26 (separated from tm-view.el) 6 ;; Created: 1995/9/26 (separated from tm-view.el)
7 ;; Version: $Id: tm-play.el,v 1.2 1997/02/15 22:21:29 steve Exp $ 7 ;; Version: $Id: tm-play.el,v 1.3 1997/03/08 23:26:57 steve Exp $
8 ;; Keywords: mail, news, MIME, multimedia 8 ;; Keywords: mail, news, MIME, multimedia
9 9
10 ;; This file is part of tm (Tools for MIME). 10 ;; This file is part of tm (Tools for MIME).
11 11
12 ;; This program is free software; you can redistribute it and/or 12 ;; This program is free software; you can redistribute it and/or
422 422
423 423
424 ;;; @ rot13-47 424 ;;; @ rot13-47
425 ;;; 425 ;;;
426 426
427 (require 'view) 427 (condition-case nil
428 (require 'view-less)
429 (error (require 'view)))
428 430
429 (defconst mime-view-text/plain-mode-map (copy-keymap view-mode-map)) 431 (defconst mime-view-text/plain-mode-map (copy-keymap view-mode-map))
430 (define-key mime-view-text/plain-mode-map 432 (define-key mime-view-text/plain-mode-map
431 "q" (function mime-view-text/plain-exit)) 433 "q" (function mime-view-text/plain-exit))
432 434