aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2014-12-27 13:15:55 -0300
committerFabián Ezequiel Gallina2014-12-27 13:15:55 -0300
commit3a12f2ed99734eff668f83f630c7108000e0b399 (patch)
treed00367f58fbe82773b1f45771df827d22f83d939 /src/buffer.c
parent6d14e0d361cfb3589874fe1b559e30b4fd3eb284 (diff)
parent2616307f5c517124715b4d20bdd23c6c70366ac9 (diff)
downloademacs-3a12f2ed99734eff668f83f630c7108000e0b399.tar.gz
emacs-3a12f2ed99734eff668f83f630c7108000e0b399.zip
Merge from origin/emacs-24
2616307 * net/tramp-sh.el (tramp-send-command-and-read): New optional arg MARKER. (tramp-get-remote-path): Use it. c773edc * net/tramp-gw.el (tramp-gw-open-connection): Suppress traces in wrong debug buffer. (tramp-gw-open-connection): Set process coding system 'binary. (tramp-gw-open-network-stream): Handle HTTP error 403. 8032fc1 * .gitignore: Ignore /conftest*. fb420e7 * lisp/subr.el (sit-for): Tweak docstring. 061db13 Fix vc-git-dir-status-files WRT up-to-date vs edited bb57c94 Consider electric-pair-mode in tex-mode. 7b94572 * test/automated/flymake/warnpred/test.pl: Tweak earlier change. 59c218f ChangeLog fix db2a768 * test/automated/flymake/warnpred/test.pl: Tweak format d9005dd src/gnutls.c (gnutls_init): Fix deprecation warning from GCC. Conflicts: ChangeLog lisp/ChangeLog src/ChangeLog test/ChangeLog
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index b57d968e73a..9a5c4a8824f 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6066,9 +6066,9 @@ from happening repeatedly and making Emacs nonfunctional. */);
6066 doc: /* List of functions to call after each text change. 6066 doc: /* List of functions to call after each text change.
6067Three arguments are passed to each function: the positions of 6067Three arguments are passed to each function: the positions of
6068the beginning and end of the range of changed text, 6068the beginning and end of the range of changed text,
6069and the length in bytes of the pre-change text replaced by that range. 6069and the length in chars of the pre-change text replaced by that range.
6070\(For an insertion, the pre-change length is zero; 6070\(For an insertion, the pre-change length is zero;
6071for a deletion, that length is the number of bytes deleted, 6071for a deletion, that length is the number of chars deleted,
6072and the post-change beginning and end are at the same place.) 6072and the post-change beginning and end are at the same place.)
6073 6073
6074Buffer changes made while executing the `after-change-functions' 6074Buffer changes made while executing the `after-change-functions'