summaryrefslogtreecommitdiff
path: root/src/undo.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-11-16 00:57:54 +0000
committerJim Blandy <jimb@redhat.com>1992-11-16 00:57:54 +0000
commitb4af47ae5ca73d858146789e68213f847655c88b (patch)
treeebaf868ace18b2f02b6043b58c21334aac7a70fd /src/undo.c
parentc39bb65bfff78ef1da737d463fc2411ef498137a (diff)
downloademacs-b4af47ae5ca73d858146789e68213f847655c88b.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.c4
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)