]> git.eshelyaron.com Git - emacs.git/commitdiff
Stephen Berman <stephen.berman at gmx.net>
authorGlenn Morris <rgm@gnu.org>
Wed, 10 Sep 2008 02:31:58 +0000 (02:31 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 10 Sep 2008 02:31:58 +0000 (02:31 +0000)
(Info-mouse-follow-nearest-node): Follow links to different manuals. (Bug#886)

lisp/ChangeLog
lisp/info.el

index b40dbf7a27ce10fcbda376c69ad3ac342bd26471..cdfdcc4a95aefdb55aa15f050012fb399388a2f4 100644 (file)
@@ -1,3 +1,8 @@
+2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
+
+       * info.el (Info-mouse-follow-nearest-node): Follow links to different
+       manuals.  (Bug#886)
+
 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
 
        * ido.el (ido-unload-function): New function.
index b9a772af74e718f4c7f58dcc001c2b7c75cbc630..930a3e65ec2e1cc0ceeb593010b07a4fe1cd0d71 100644 (file)
@@ -3099,7 +3099,7 @@ Like \\[Info-menu], \\[Info-follow-reference], \\[Info-next], \\[Info-prev] or \
 At end of the node's text, moves to the next node, or up if none."
   (interactive "e")
   (mouse-set-point click)
-  (and (not (Info-try-follow-nearest-node))
+  (and (not (Info-follow-nearest-node))
        (save-excursion (forward-line 1) (eobp))
        (Info-next-preorder)))