Mercurial > emacs
comparison lisp/ChangeLog @ 102658:3bd929838554
* subr.el (forward-point): Add obsolescence declaration.
* paren.el (show-paren-function):
* simple.el (kill-forward-chars, kill-backward-chars):
Use (+/- (point) N), instead of `forward-point'.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 19 Mar 2009 14:45:02 +0000 |
parents | b8f0ba733f16 |
children | ab984696947f |
comparison
equal
deleted
inserted
replaced
102657:b8f0ba733f16 | 102658:3bd929838554 |
---|---|
1 2009-03-19 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * subr.el (forward-point): Add obsolescence declaration. | |
4 | |
5 * paren.el (show-paren-function): | |
6 * simple.el (kill-forward-chars, kill-backward-chars): | |
7 Use (+/- (point) N), instead of `forward-point'. | |
8 | |
1 2009-03-19 Glenn Morris <rgm@gnu.org> | 9 2009-03-19 Glenn Morris <rgm@gnu.org> |
2 | 10 |
3 * mail/rmail.el (rmail-retry-ignored-headers): Add :version tag. | 11 * mail/rmail.el (rmail-retry-ignored-headers): Add :version tag. |
4 | 12 |
5 * mail/supercite.el (sc-version): Doc fix. | 13 * mail/supercite.el (sc-version): Doc fix. |