[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r99613: Add a comment for the previou
From: |
Juri Linkov |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r99613: Add a comment for the previous commit. |
Date: |
Wed, 03 Mar 2010 21:23:20 +0200 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99613
committer: Juri Linkov <address@hidden>
branch nick: trunk
timestamp: Wed 2010-03-03 21:23:20 +0200
message:
Add a comment for the previous commit.
modified:
lisp/info.el
=== modified file 'lisp/info.el'
--- a/lisp/info.el 2010-03-02 21:15:46 +0000
+++ b/lisp/info.el 2010-03-03 19:23:20 +0000
@@ -3062,6 +3062,8 @@
num (1- num)))
(Info-goto-node (nth 1 (car Info-index-alternatives)))
(if (> (nth 3 (car Info-index-alternatives)) 0)
+ ;; Forward 2 lines less because `Info-find-node-2' initially
+ ;; puts point to the 2nd line.
(forward-line (- (nth 3 (car Info-index-alternatives)) 2))
(forward-line 3) ; don't search in headers
(let ((name (car (car Info-index-alternatives))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r99613: Add a comment for the previous commit.,
Juri Linkov <=