Mercurial > hg > xemacs-beta
comparison lisp/msw-glyphs.el @ 288:e11d67e05968 r21-0b42
Import from CVS: tag r21-0b42
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:54 +0200 |
parents | 57709be46d1b |
children | 4b85ae5eabfb |
comparison
equal
deleted
inserted
replaced
287:13a0bd77a29d | 288:e11d67e05968 |
---|---|
40 (set-console-type-image-conversion-list | 40 (set-console-type-image-conversion-list |
41 'mswindows | 41 'mswindows |
42 `(("\\.bmp\\'" [bmp :file nil] 2) | 42 `(("\\.bmp\\'" [bmp :file nil] 2) |
43 ("\\`BM" [bmp :data nil] 2) | 43 ("\\`BM" [bmp :data nil] 2) |
44 ,@(if (featurep 'xpm) '(("\\.xpm\\'" [xpm :file nil] 2))) | 44 ,@(if (featurep 'xpm) '(("\\.xpm\\'" [xpm :file nil] 2))) |
45 ("\\.xbm\\'" [xbm :file nil] 2) | |
45 ,@(if (featurep 'xpm) '(("\\`/\\* XPM \\*/" [xpm :data nil] 2))) | 46 ,@(if (featurep 'xpm) '(("\\`/\\* XPM \\*/" [xpm :data nil] 2))) |
46 ,@(if (featurep 'gif) '(("\\.gif\\'" [gif :file nil] 2) | 47 ,@(if (featurep 'gif) '(("\\.gif\\'" [gif :file nil] 2) |
47 ("\\`GIF8[79]" [gif :data nil] 2))) | 48 ("\\`GIF8[79]" [gif :data nil] 2))) |
48 ,@(if (featurep 'jpeg) '(("\\.jpe?g\\'" [jpeg :file nil] 2))) | 49 ,@(if (featurep 'jpeg) '(("\\.jpe?g\\'" [jpeg :file nil] 2))) |
49 ;; all of the JFIF-format JPEG's that I've seen begin with | 50 ;; all of the JFIF-format JPEG's that I've seen begin with |