diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 10ff2f5ebbf..71d76cb4291 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -511,6 +511,8 @@ bookmark--remove-fringe-mark See user option `bookmark-fringe-mark'." (let ((filename (cdr (assq 'filename bm))) (pos (cdr (assq 'position bm))) + ;; Don't expand file names for non-existing remote connections. + (non-essential t) overlays found temp) (when (and pos filename) (setq filename (expand-file-name filename))