comparison src/cmds.c @ 185:3d6bfa290dbd r20-3b19

Import from CVS: tag r20-3b19
author cvs
date Mon, 13 Aug 2007 09:55:28 +0200
parents 1856695b1fa9
children 850242ba4a81
comparison
equal deleted inserted replaced
184:bcd2674570bf 185:3d6bfa290dbd
341 REGISTER enum syntaxcode synt; 341 REGISTER enum syntaxcode synt;
342 REGISTER Emchar c2; 342 REGISTER Emchar c2;
343 Lisp_Object overwrite; 343 Lisp_Object overwrite;
344 struct Lisp_Char_Table *syntax_table; 344 struct Lisp_Char_Table *syntax_table;
345 struct buffer *buf = current_buffer; 345 struct buffer *buf = current_buffer;
346 346
347 overwrite = buf->overwrite_mode; 347 overwrite = buf->overwrite_mode;
348 syntax_table = XCHAR_TABLE (buf->mirror_syntax_table); 348 syntax_table = XCHAR_TABLE (buf->mirror_syntax_table);
349 349
350 #if 0 350 #if 0
351 /* No, this is very bad, it makes undo *always* undo a character at a time 351 /* No, this is very bad, it makes undo *always* undo a character at a time