Mercurial > hg > xemacs-beta
comparison lisp/tm/tm-image.el @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | 0d2f883870bc |
children | 25f70ba0133c |
comparison
equal
deleted
inserted
replaced
109:e183fc049578 | 110:fe104dbd9147 |
---|---|
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.4 1997/02/15 22:21:29 steve Exp $ | 10 ;; Version: $Id: tm-image.el,v 1.5 1997/03/16 03:05:46 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 |