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: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/image.el,v
Date: Thu, 27 Sep 2007 16:41:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/09/27 16:41:35

Index: image.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/image.el,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -b -r1.77 -r1.78
--- image.el    27 Sep 2007 06:38:29 -0000      1.77
+++ image.el    27 Sep 2007 16:41:34 -0000      1.78
@@ -348,7 +348,7 @@
 must be available."
   (let* ((type (image-type-from-buffer))
         (auto (and type (cdr (assq type image-type-auto-detectable)))))
-    (and type auto
+    (and auto
         (or (eq auto t) (image-type-available-p type)))))
 
 




reply via email to

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