]> git.eshelyaron.com Git - emacs.git/commitdiff
* bookmark.el (bookmark-get-bookmark-record): Signal error for invalid
authorChong Yidong <cyd@stupidchicken.com>
Wed, 29 Oct 2008 18:21:50 +0000 (18:21 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 29 Oct 2008 18:21:50 +0000 (18:21 +0000)
  bookmark.

lisp/ChangeLog

index 4edc0a9b1edb93caf218b1136680c048d5f60235..ab7802cbfb9f8d7a8f9fe00460c67cf24641a441 100644 (file)
@@ -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.