/[emacs]/emacs/src/image.c
ViewVC logotype

Diff of /emacs/src/image.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6.2.9 by miles, Tue Jul 6 10:27:00 2004 UTC revision 1.6.2.10 by miles, Sat Sep 4 09:20:10 2004 UTC
# Line 904  parse_image_spec (spec, keywords, nkeywo Line 904  parse_image_spec (spec, keywords, nkeywo
904          case IMAGE_FUNCTION_VALUE:          case IMAGE_FUNCTION_VALUE:
905            value = indirect_function (value);            value = indirect_function (value);
906            if (SUBRP (value)            if (SUBRP (value)
907                || COMPILEDP (value)                || FUNVECP (value)
908                || (CONSP (value) && EQ (XCAR (value), Qlambda)))                || (CONSP (value) && EQ (XCAR (value), Qlambda)))
909              break;              break;
910            return 0;            return 0;

Legend:
Removed from v.1.6.2.9  
changed lines
  Added in v.1.6.2.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26