Mercurial > emacs
changeset 99223:19c1415c84f9
* bookmark.el (bookmark-handle-bookmark): Rename from
bookmark-jump-noselect.
(bookmark--jump-via, bookmark-insert): Callers changed.
(bookmark-jump-noselect): Wrapper function for
bookmark-handle-bookmark.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 29 Oct 2008 17:42:05 +0000 |
parents | 70ea409da917 |
children | e666721fb443 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 29 17:30:36 2008 +0000 +++ b/lisp/ChangeLog Wed Oct 29 17:42:05 2008 +0000 @@ -1,5 +1,11 @@ 2008-10-29 Chong Yidong <cyd@stupidchicken.com> + * bookmark.el (bookmark-handle-bookmark): Rename from + bookmark-jump-noselect. + (bookmark--jump-via, bookmark-insert): Callers changed. + (bookmark-jump-noselect): Wrapper function for + bookmark-handle-bookmark. + * textmodes/ispell.el (ispell-word): Use use-region-p. 2008-10-29 Juanma Barranquero <lekktu@gmail.com>