Mercurial > hg > xemacs-beta
comparison src/cmds.c @ 142:1856695b1fa9 r20-2b5
Import from CVS: tag r20-2b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:33:18 +0200 |
parents | 0d2f883870bc |
children | 3d6bfa290dbd |
comparison
equal
deleted
inserted
replaced
141:ea67ad3963dc | 142:1856695b1fa9 |
---|---|
490 More precisely, a char with closeparen syntax is self-inserted. | 490 More precisely, a char with closeparen syntax is self-inserted. |
491 */ ); | 491 */ ); |
492 Vblink_paren_function = Qnil; | 492 Vblink_paren_function = Qnil; |
493 | 493 |
494 DEFVAR_BOOL ("signal-error-on-buffer-boundary", &signal_error_on_buffer_boundary /* | 494 DEFVAR_BOOL ("signal-error-on-buffer-boundary", &signal_error_on_buffer_boundary /* |
495 t means beep when movement would take point past (point-min) or | 495 *t means beep when movement would take point past (point-min) or |
496 \(point-max). | 496 \(point-max). |
497 */ ); | 497 */ ); |
498 signal_error_on_buffer_boundary = 1; | 498 signal_error_on_buffer_boundary = 1; |
499 } | 499 } |