From ee9791afe21ad987b8e0c20422747a8f42c38bd2 Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Tue, 18 Oct 2005 11:05:11 +0000 Subject: [PATCH] * bookmark.el (bookmark-insert-location, bookmark-bmenu-list) (bookmark-bmenu-hide-filenames): Add follow-link property. --- lisp/ChangeLog | 3 +++ lisp/bookmark.el | 3 +++ 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c03cbca25a4..a5aee80ac2f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2005-10-18 Romain Francoise + * bookmark.el (bookmark-insert-location, bookmark-bmenu-list) + (bookmark-bmenu-hide-filenames): Add follow-link property. + * ffap.el (find-file-at-point): Doc fix. 2005-10-18 YAMAMOTO Mitsuharu diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 8014915a72e..0ad70f6e3a7 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -1180,6 +1180,7 @@ minibuffer history list `bookmark-history'." "[^ \t]") (1+ (point))) '(mouse-face highlight + follow-link t help-echo "mouse-2: go to this bookmark")))))) ;;;###autoload @@ -1571,6 +1572,7 @@ deletion, or > if it is flagged for displaying." "[^ \t]") (1+ (point))) '(mouse-face highlight + follow-link t help-echo "mouse-2: go to this bookmark"))) (insert "\n") ))) @@ -1700,6 +1702,7 @@ Optional argument SHOW means show them unconditionally." "[^ \t]") (1+ (point))) '(mouse-face highlight + follow-link t help-echo "mouse-2: go to this bookmark")))) (setq bookmark-bmenu-hidden-bookmarks -- 2.39.5