--- bookmark.el 2015-03-23 04:52:30.503739608 -0400 +++ bookmark-new.el 2015-03-27 05:32:00.390173984 -0400 @@ -2064,7 +2064,8 @@ (defun bookmark-bmenu-goto-bookmark (name) "Move point to bookmark with name NAME." (goto-char (point-min)) - (while (not (equal name (bookmark-bmenu-bookmark))) + (while (and (not (equal name (bookmark-bmenu-bookmark))) + (not (equal (point) (point-max)))) (forward-line 1)) (forward-line 0))