X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fglyphs.el;h=c15067098a3e34feba5ec0c31cb829ed4994ee54;hb=f7019bf646d0d4e750e0186d6e912ec7a3b9da90;hp=4e31321c7cb4ab52d175a796910bbf2b0ff0f1ba;hpb=59eec5f21669e81977b5b1fe9bf717cab49cf7fb;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/glyphs.el b/lisp/glyphs.el index 4e31321..c150670 100644 --- a/lisp/glyphs.el +++ b/lisp/glyphs.el @@ -1023,7 +1023,8 @@ If unspecified in a particular domain, `nontext-pointer-glyph' is used.") [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 ;;