Mercurial > emacs
changeset 99227:d0781e01ee9c
* bookmark.el (bookmark-get-bookmark-record): Signal error for invalid
bookmark.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 29 Oct 2008 18:21:50 +0000 |
parents | 9065d5721384 |
children | b0198599138f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 29 18:03:03 2008 +0000 +++ b/lisp/ChangeLog Wed Oct 29 18:21:50 2008 +0000 @@ -5,6 +5,7 @@ (bookmark--jump-via, bookmark-insert): Callers changed. (bookmark-jump-noselect): Wrapper function for bookmark-handle-bookmark. + (bookmark-get-bookmark-record): Signal error for invalid bookmark. * textmodes/ispell.el (ispell-word): Use use-region-p.