comparison lisp/tm/tm-image.el @ 153:25f70ba0133c r20-3b3

Import from CVS: tag r20-3b3
author cvs
date Mon, 13 Aug 2007 09:38:25 +0200
parents fe104dbd9147
children 43dd3413c7c7
comparison
equal deleted inserted replaced
152:4c132ee2d62b 153:25f70ba0133c
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.5 1997/03/16 03:05:46 steve Exp $ 10 ;; Version: $Id: tm-image.el,v 1.6 1997/05/29 23:50:21 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