emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/image.el,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/image.el,v
Date: Wed, 25 Jun 2008 02:48:04 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/06/25 02:48:04

Index: image.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/image.el,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -b -r1.82 -r1.83
--- image.el    12 Jun 2008 03:56:16 -0000      1.82
+++ image.el    25 Jun 2008 02:48:03 -0000      1.83
@@ -208,6 +208,7 @@
 (defun image-jpeg-p (data)
   "Value is non-nil if DATA, a string, consists of JFIF image data.
 We accept the tag Exif because that is the same format."
+  (setq data (string-to-unibyte data))
   (when (string-match "\\`\xff\xd8" data)
     (catch 'jfif
       (let ((len (length data)) (i 2))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]