comparison lisp/tm/tm-image.el @ 48:56c54cf7c5b6 r19-16b90

Import from CVS: tag r19-16b90
author cvs
date Mon, 13 Aug 2007 08:56:04 +0200
parents e04119814345
children 131b0175ea99
comparison
equal deleted inserted replaced
47:11c6df210d7f 48:56c54cf7c5b6
5 5
6 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp> 6 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
7 ;; Dan Rich <drich@morpheus.corp.sgi.com> 7 ;; Dan Rich <drich@morpheus.corp.sgi.com>
8 ;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp> 8 ;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp>
9 ;; Created: 1995/12/15 9 ;; Created: 1995/12/15
10 ;; Version: $Id: tm-image.el,v 1.6 1997/03/16 05:55:42 steve Exp $ 10 ;; Version: $Id: tm-image.el,v 1.7 1997/08/21 06:24:12 steve Exp $
11 11
12 ;; Keywords: image, picture, X-Face, MIME, multimedia, mail, news 12 ;; Keywords: image, picture, X-Face, MIME, multimedia, mail, news
13 13
14 ;; This file is part of XEmacs. 14 ;; This file is part of XEmacs.
15 15
130 ("image/xbm" . xbm) 130 ("image/xbm" . xbm)
131 ("image/x-xbm" . xbm) 131 ("image/x-xbm" . xbm)
132 ("image/x-xpixmap" . xpm) 132 ("image/x-xpixmap" . xpm)
133 ("image/x-pic" . pic) 133 ("image/x-pic" . pic)
134 ("image/x-mag" . mag) 134 ("image/x-mag" . mag)
135 ("image/png" . png)
135 )) 136 ))
136 137
137 (defvar mime-viewer/ps-to-gif-command "pstogif") 138 (defvar mime-viewer/ps-to-gif-command "pstogif")
138 139
139 140