diff options
| author | Stefan Monnier | 2010-06-13 16:36:17 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-06-13 16:36:17 -0400 |
| commit | b9598260f96ddc652cd82ab64bbe922ccfc48a29 (patch) | |
| tree | 2a692a8471de07f2578ea481c99971585def8eda /src/image.c | |
| parent | a6e8d97c1414230e577d375c27da78c858a5fa75 (diff) | |
| download | emacs-b9598260f96ddc652cd82ab64bbe922ccfc48a29.tar.gz emacs-b9598260f96ddc652cd82ab64bbe922ccfc48a29.zip | |
New branch for lexbind, losing all history.
This initial patch is based on 2002-06-27T22:39:10Z!storm@cua.dk of the original
lexbind branch.
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index b9620e10948..67c228cbc7f 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -885,7 +885,7 @@ parse_image_spec (spec, keywords, nkeywords, type) | |||
| 885 | case IMAGE_FUNCTION_VALUE: | 885 | case IMAGE_FUNCTION_VALUE: |
| 886 | value = indirect_function (value); | 886 | value = indirect_function (value); |
| 887 | if (SUBRP (value) | 887 | if (SUBRP (value) |
| 888 | || COMPILEDP (value) | 888 | || FUNVECP (value) |
| 889 | || (CONSP (value) && EQ (XCAR (value), Qlambda))) | 889 | || (CONSP (value) && EQ (XCAR (value), Qlambda))) |
| 890 | break; | 890 | break; |
| 891 | return 0; | 891 | return 0; |