diff options
author | Jim Blandy <jimb@redhat.com> | 1992-11-16 00:57:54 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-11-16 00:57:54 +0000 |
commit | e6dd60805ca8d755399a7a37a8fda0c051e7ba42 (patch) | |
tree | 584fcfaf0899f492e014c0ecfb94958df521fccd /src/undo.c | |
parent | a04c9535981eef1b41afd50fc6b589278c51f7d9 (diff) | |
download | emacs-e6dd60805ca8d755399a7a37a8fda0c051e7ba42.tar.gz |
* undo.c (Fprimitive_undo): Remove whitespace in front of #ifdef
and #endif.
Diffstat (limited to 'src/undo.c')
-rw-r--r-- | src/undo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/undo.c b/src/undo.c index 53dc6ae2c54..eed355e5b10 100644 --- a/src/undo.c +++ b/src/undo.c @@ -294,9 +294,9 @@ Return what remains of the list.") then don't mark unmodified. */ if (mod_time != current_buffer->modtime) break; - #ifdef CLASH_DETECTION +#ifdef CLASH_DETECTION Funlock_buffer (); - #endif /* CLASH_DETECTION */ +#endif /* CLASH_DETECTION */ Fset_buffer_modified_p (Qnil); } else if (XTYPE (car) == Lisp_Int && XTYPE (cdr) == Lisp_Int) |