diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index eb046376144..691ea4be410 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -1961,7 +1961,7 @@ the current state.\n") | |||
| 1961 | goto changed; | 1961 | goto changed; |
| 1962 | } | 1962 | } |
| 1963 | /* Detect deletion of a buffer at the end of the list. */ | 1963 | /* Detect deletion of a buffer at the end of the list. */ |
| 1964 | if (*vecp == Qlambda) | 1964 | if (EQ (*vecp, Qlambda)) |
| 1965 | return Qnil; | 1965 | return Qnil; |
| 1966 | changed: | 1966 | changed: |
| 1967 | /* Start with 1 so there is room for at least one lambda at the end. */ | 1967 | /* Start with 1 so there is room for at least one lambda at the end. */ |