From: Chong Yidong Date: Wed, 29 Oct 2008 18:21:50 +0000 (+0000) Subject: * bookmark.el (bookmark-get-bookmark-record): Signal error for invalid X-Git-Tag: emacs-pretest-23.0.90~2101 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6515ca91dc4e160920929bd9d93be5aa16359794;p=emacs.git * bookmark.el (bookmark-get-bookmark-record): Signal error for invalid bookmark. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4edc0a9b1ed..ab7802cbfb9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.