diff options
Diffstat (limited to 'src/fileio.c')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index a751a73ae50..0e6113f349d 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -233,7 +233,7 @@ void | |||
| 233 | restore_point_unwind (Lisp_Object location) | 233 | restore_point_unwind (Lisp_Object location) |
| 234 | { | 234 | { |
| 235 | Fgoto_char (location); | 235 | Fgoto_char (location); |
| 236 | Fset_marker (location, Qnil, Qnil); | 236 | unchain_marker (XMARKER (location)); |
| 237 | } | 237 | } |
| 238 | 238 | ||
| 239 | 239 | ||