Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/msw-glyphs.el Mon Aug 13 10:35:07 2007 +0200 +++ b/lisp/msw-glyphs.el Mon Aug 13 10:35:54 2007 +0200 @@ -42,6 +42,7 @@ `(("\\.bmp\\'" [bmp :file nil] 2) ("\\`BM" [bmp :data nil] 2) ,@(if (featurep 'xpm) '(("\\.xpm\\'" [xpm :file nil] 2))) + ("\\.xbm\\'" [xbm :file nil] 2) ,@(if (featurep 'xpm) '(("\\`/\\* XPM \\*/" [xpm :data nil] 2))) ,@(if (featurep 'gif) '(("\\.gif\\'" [gif :file nil] 2) ("\\`GIF8[79]" [gif :data nil] 2)))