Mercurial > hg > xemacs-beta
diff src/fileio.c @ 3638:305157cf3ebb
[xemacs-hg @ 2006-10-27 19:07:32 by aidan]
Deal with buffer-reversion with non-binary coding better; update fileio.c
comment from Ben.
author | aidan |
---|---|
date | Fri, 27 Oct 2006 19:07:47 +0000 |
parents | 6c7605dfcf07 |
children | 3e7493e76dc7 |
line wrap: on
line diff
--- a/src/fileio.c Thu Oct 26 21:50:59 2006 +0000 +++ b/src/fileio.c Fri Oct 27 19:07:47 2006 +0000 @@ -2948,6 +2948,13 @@ reasonable maximum file size on the files. Is any of this worth it? --ben + + It's probably not worth it, and despite what you might take from the + above, we don't do it currently; that is, for non-"binary" coding + systems, we don't try to implement replace-mode at all. See the + do_speedy_insert variable above. The upside of this is that our API + is consistent and not buggy. -- Aidan Kehoe, Fri Oct 27 21:02:30 CEST + 2006 */ if (!NILP (replace))