# HG changeset patch # User Chong Yidong # Date 1225302125 0 # Node ID 19c1415c84f982019c3a9cd347af63bfd8f95386 # Parent 70ea409da9171eff9b136202e9217088c674ba09 * 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. diff -r 70ea409da917 -r 19c1415c84f9 lisp/ChangeLog --- 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 + * 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