> === modified file 'lisp/info.el'
> --- lisp/info.el 2013-04-22 06:41:30 +0000
> +++ lisp/info.el 2013-04-30 06:49:35 +0000
> @@ -1545,7 +1545,7 @@ (defun Info-read-subfile (nodepos)
> (forward-char 1)
> (search-forward "\n\^_"))
> (if (numberp nodepos)
> - (+ (- nodepos lastfilepos) (point)))))
> + (+ (- nodepos lastfilepos) (point-min)))))
> (defun Info-unescape-quotes (value)
> "Unescape double quotes and backslashes in VALUE."
I don't know enough about Info to judge whether that's right.
So if nobody objects, please install,
Stefan