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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/image.el
Date: Tue, 04 Feb 2003 06:26:42 -0500

Index: emacs/lisp/image.el
diff -c emacs/lisp/image.el:1.33 emacs/lisp/image.el:1.34
*** emacs/lisp/image.el:1.33    Sun Nov  3 03:34:45 2002
--- emacs/lisp/image.el Tue Feb  4 06:26:42 2003
***************
*** 66,72 ****
                (code (aref data i)))
            (when (and (>= code #xe0) (<= code #xef))
              ;; APP0 LEN1 LEN2 "JFIF\0"
!             (throw 'jfif 
                     (string-match "JFIF\\|Exif" (substring data i (+ i 
nbytes)))))
            (setq i (+ i 1 nbytes))))))))
  
--- 66,72 ----
                (code (aref data i)))
            (when (and (>= code #xe0) (<= code #xef))
              ;; APP0 LEN1 LEN2 "JFIF\0"
!             (throw 'jfif
                     (string-match "JFIF\\|Exif" (substring data i (+ i 
nbytes)))))
            (setq i (+ i 1 nbytes))))))))
  




reply via email to

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