comparison lisp/tm/tm-image.el @ 32:e04119814345 r19-15b99

Import from CVS: tag r19-15b99
author cvs
date Mon, 13 Aug 2007 08:52:56 +0200
parents 8fc7fe29b841
children 56c54cf7c5b6
comparison
equal deleted inserted replaced
31:b9328a10c56c 32:e04119814345
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/02/16 01:29:33 steve Exp $ 10 ;; Version: $Id: tm-image.el,v 1.6 1997/03/16 05:55:42 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
88 )) 88 ))
89 89
90 ;; 90 ;;
91 ;; X-Face 91 ;; X-Face
92 ;; 92 ;;
93 (if (file-installed-p uncompface-program exec-path) 93 (if (exec-installed-p uncompface-program)
94 (add-hook 'mime-viewer/content-header-filter-hook 94 (add-hook 'mime-viewer/content-header-filter-hook
95 'x-face-decode-message-header) 95 'x-face-decode-message-header)
96 ) 96 )
97 )) 97 ))
98 98