aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
authorJoakim Verona2011-10-02 09:44:26 +0200
committerJoakim Verona2011-10-02 09:44:26 +0200
commit6ae1821f00fdc051a2c6b41d83afe9151c6093c1 (patch)
tree931bee24ca25305ce4d6b4ea0fc48439b85ef6f8 /src/buffer.h
parent7a982f9eef56799ebe5857f7b8b3e636c6715090 (diff)
parent32c1fffd728cfed8427d144bf7c622257aad859f (diff)
downloademacs-6ae1821f00fdc051a2c6b41d83afe9151c6093c1.tar.gz
emacs-6ae1821f00fdc051a2c6b41d83afe9151c6093c1.zip
upstream
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 73628fe6dfc..a6b82abf053 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -566,8 +566,8 @@ struct buffer
566 Redisplay of this buffer is inhibited until it changes again. */ 566 Redisplay of this buffer is inhibited until it changes again. */
567 int display_error_modiff; 567 int display_error_modiff;
568 /* The time at which we detected a failure to auto-save, 568 /* The time at which we detected a failure to auto-save,
569 Or -1 if we didn't have a failure. */ 569 Or 0 if we didn't have a failure. */
570 int auto_save_failure_time; 570 time_t auto_save_failure_time;
571 /* Position in buffer at which display started 571 /* Position in buffer at which display started
572 the last time this buffer was displayed. */ 572 the last time this buffer was displayed. */
573 EMACS_INT last_window_start; 573 EMACS_INT last_window_start;