diff src/buffer.c @ 167:85ec50267440 r20-3b10

Import from CVS: tag r20-3b10
author cvs
date Mon, 13 Aug 2007 09:45:46 +0200
parents 0132846995bd
children 2d532a89d707
line wrap: on
line diff
--- a/src/buffer.c	Mon Aug 13 09:44:44 2007 +0200
+++ b/src/buffer.c	Mon Aug 13 09:45:46 2007 +0200
@@ -994,7 +994,7 @@
 	  unbind_to (count, Qnil);
 	}
     }
-#endif                          /* CLASH_DETECTION */
+#endif /* CLASH_DETECTION */
 
   /* This is often called when the buffer contents are altered but we
      don't want to treat the changes that way (e.g. selective
@@ -1034,7 +1034,7 @@
        (buffer))
 {
   struct buffer *buf = decode_buffer (buffer, 0);
-
+  
   return make_int (BUF_MODIFF (buf));
 }