emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/image.c [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/image.c [lexbind]
Date: Sat, 04 Sep 2004 05:46:20 -0400

Index: emacs/src/image.c
diff -c emacs/src/image.c:1.6.2.9 emacs/src/image.c:1.6.2.10
*** emacs/src/image.c:1.6.2.9   Tue Jul  6 10:27:00 2004
--- emacs/src/image.c   Sat Sep  4 09:20:10 2004
***************
*** 904,910 ****
        case IMAGE_FUNCTION_VALUE:
          value = indirect_function (value);
          if (SUBRP (value)
!             || COMPILEDP (value)
              || (CONSP (value) && EQ (XCAR (value), Qlambda)))
            break;
          return 0;
--- 904,910 ----
        case IMAGE_FUNCTION_VALUE:
          value = indirect_function (value);
          if (SUBRP (value)
!             || FUNVECP (value)
              || (CONSP (value) && EQ (XCAR (value), Qlambda)))
            break;
          return 0;




reply via email to

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