diff options
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c index 44f7ba0e881..3ff2a809744 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -2153,7 +2153,7 @@ If the current binding is global (the default), the value is nil. */) | |||
| 2153 | else if (!BUFFER_OBJFWDP (valcontents)) | 2153 | else if (!BUFFER_OBJFWDP (valcontents)) |
| 2154 | return Qnil; | 2154 | return Qnil; |
| 2155 | } | 2155 | } |
| 2156 | /* FALLTHROUGH */ | 2156 | FALLTHROUGH; |
| 2157 | case SYMBOL_LOCALIZED: | 2157 | case SYMBOL_LOCALIZED: |
| 2158 | /* For a local variable, record both the symbol and which | 2158 | /* For a local variable, record both the symbol and which |
| 2159 | buffer's or frame's value we are saving. */ | 2159 | buffer's or frame's value we are saving. */ |