comparison src/redisplay.c @ 142:1856695b1fa9 r20-2b5

Import from CVS: tag r20-2b5
author cvs
date Mon, 13 Aug 2007 09:33:18 +0200
parents cca96a509cfe
children 538048ae2ab8
comparison
equal deleted inserted replaced
141:ea67ad3963dc 142:1856695b1fa9
8318 See `set-window-redisplay-end-trigger'. 8318 See `set-window-redisplay-end-trigger'.
8319 */ ); 8319 */ );
8320 Vredisplay_end_trigger_functions = Qnil; 8320 Vredisplay_end_trigger_functions = Qnil;
8321 8321
8322 DEFVAR_BOOL ("column-number-start-at-one", &column_number_start_at_one /* 8322 DEFVAR_BOOL ("column-number-start-at-one", &column_number_start_at_one /*
8323 Non-nil means column display number starts at 1. 8323 *Non-nil means column display number starts at 1.
8324 */ ); 8324 */ );
8325 column_number_start_at_one = 1; 8325 column_number_start_at_one = 1;
8326 } 8326 }
8327 8327
8328 void 8328 void