Mercurial > hg > xemacs-beta
diff lisp/glyphs.el @ 446:1ccc32a20af4 r21-2-38
Import from CVS: tag r21-2-38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:37:21 +0200 |
parents | abe6d1db359e |
children | f8db302d6298 |
line wrap: on
line diff
--- a/lisp/glyphs.el Mon Aug 13 11:36:20 2007 +0200 +++ b/lisp/glyphs.el Mon Aug 13 11:37:21 2007 +0200 @@ -1023,7 +1023,8 @@ [jpeg :data nil] 2))) ,@(if (featurep 'png) '(("\\.png\\'" [png :file nil] 2))) ,@(if (featurep 'png) '(("\\`\211PNG" [png :data nil] 2))) - ("" [autodetect :data nil] 2)))) + ("" [string :data nil] 2) + ("" [nothing])))) ;; #### this should really be formatted-string, not string but we ;; don't have it implemented yet ;;