Mercurial > hg > xemacs-beta
comparison src/event-stream.c @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 501cfd01ee6d |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
4118 self-insert, it's tricky: up to 20 consecutive self-inserts may | 4118 self-insert, it's tricky: up to 20 consecutive self-inserts may |
4119 be done without an undo boundary. This counter is reset as | 4119 be done without an undo boundary. This counter is reset as |
4120 soon as a command other than self-insert-command is executed. | 4120 soon as a command other than self-insert-command is executed. |
4121 | 4121 |
4122 Programmers can also use the `self-insert-defer-undo' | 4122 Programmers can also use the `self-insert-defer-undo' |
4123 property to install that behaviour on functions other | 4123 property to install that behavior on functions other |
4124 than `self-insert-command', or to change the magic | 4124 than `self-insert-command', or to change the magic |
4125 number 20 to something else. #### DOCUMENT THIS! */ | 4125 number 20 to something else. #### DOCUMENT THIS! */ |
4126 | 4126 |
4127 if (SYMBOLP (leaf)) | 4127 if (SYMBOLP (leaf)) |
4128 { | 4128 { |