aboutsummaryrefslogtreecommitdiffstats
path: root/src/undo.c
diff options
context:
space:
mode:
authorJim Blandy1992-11-16 00:57:54 +0000
committerJim Blandy1992-11-16 00:57:54 +0000
commite6dd60805ca8d755399a7a37a8fda0c051e7ba42 (patch)
tree584fcfaf0899f492e014c0ecfb94958df521fccd /src/undo.c
parenta04c9535981eef1b41afd50fc6b589278c51f7d9 (diff)
downloademacs-e6dd60805ca8d755399a7a37a8fda0c051e7ba42.tar.gz
emacs-e6dd60805ca8d755399a7a37a8fda0c051e7ba42.zip
* 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.")
294 then don't mark unmodified. */ 294 then don't mark unmodified. */
295 if (mod_time != current_buffer->modtime) 295 if (mod_time != current_buffer->modtime)
296 break; 296 break;
297 #ifdef CLASH_DETECTION 297#ifdef CLASH_DETECTION
298 Funlock_buffer (); 298 Funlock_buffer ();
299 #endif /* CLASH_DETECTION */ 299#endif /* CLASH_DETECTION */
300 Fset_buffer_modified_p (Qnil); 300 Fset_buffer_modified_p (Qnil);
301 } 301 }
302 else if (XTYPE (car) == Lisp_Int && XTYPE (cdr) == Lisp_Int) 302 else if (XTYPE (car) == Lisp_Int && XTYPE (cdr) == Lisp_Int)