emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/bookmark.el


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/bookmark.el
Date: Tue, 18 Oct 2005 07:05:17 -0400

Index: emacs/lisp/bookmark.el
diff -c emacs/lisp/bookmark.el:1.81 emacs/lisp/bookmark.el:1.82
*** emacs/lisp/bookmark.el:1.81 Sun Sep 18 12:25:01 2005
--- emacs/lisp/bookmark.el      Tue Oct 18 11:05:11 2005
***************
*** 1180,1185 ****
--- 1180,1186 ----
                                                "[^ \t]")
                                               (1+ (point)))
                               '(mouse-face highlight
+                                follow-link t
                                 help-echo "mouse-2: go to this bookmark"))))))
  
  ;;;###autoload
***************
*** 1571,1576 ****
--- 1572,1578 ----
                                                     "[^ \t]")
                                                    (1+ (point)))
                                    '(mouse-face highlight
+                                     follow-link t
                                      help-echo "mouse-2: go to this 
bookmark")))
           (insert "\n")
           )))
***************
*** 1700,1705 ****
--- 1702,1708 ----
                                                            "[^ \t]")
                                                           (1+ (point)))
                                           '(mouse-face highlight
+                                            follow-link t
                                             help-echo
                                             "mouse-2: go to this bookmark"))))
                  (setq bookmark-bmenu-hidden-bookmarks




reply via email to

[Prev in Thread] Current Thread [Next in Thread]