1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00

* 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.
This commit is contained in:
Chong Yidong 2008-10-29 17:42:05 +00:00
parent 01bfa9008b
commit de4dc6067a

View File

@ -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>