Mercurial > hg > xemacs-beta
comparison src/redisplay.c @ 294:4b85ae5eabfb r21-0b45
Import from CVS: tag r21-0b45
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:38:01 +0200 |
parents | 558f606b08ae |
children | 70ad99077275 |
comparison
equal
deleted
inserted
replaced
293:403535bfea94 | 294:4b85ae5eabfb |
---|---|
8452 Vredisplay_end_trigger_functions = Qnil; | 8452 Vredisplay_end_trigger_functions = Qnil; |
8453 | 8453 |
8454 DEFVAR_BOOL ("column-number-start-at-one", &column_number_start_at_one /* | 8454 DEFVAR_BOOL ("column-number-start-at-one", &column_number_start_at_one /* |
8455 *Non-nil means column display number starts at 1. | 8455 *Non-nil means column display number starts at 1. |
8456 */ ); | 8456 */ ); |
8457 column_number_start_at_one = 1; | 8457 column_number_start_at_one = 0; |
8458 } | 8458 } |
8459 | 8459 |
8460 void | 8460 void |
8461 specifier_vars_of_redisplay (void) | 8461 specifier_vars_of_redisplay (void) |
8462 { | 8462 { |