X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lisp%2Finfo.el;h=dc404099285272ae7eb349a278caaf1907ec57ed;hp=bc245ff7ddbb73c213cbd688a4ca1e015f1ce17e;hb=d3dd71489ab2730d79536ebdc3c56cca82766e9d;hpb=c6a795ec5cc5151bdad2935828f12a0970e950d2 diff --git a/lisp/info.el b/lisp/info.el index bc245ff..dc40409 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1542,6 +1542,7 @@ annotation for any node of any file. (See `a' and `x' commands.)" (let ((compl (Info-build-annotation-completions))) (save-excursion (save-restriction + (widen) (if (marker-buffer Info-tag-table-marker) (progn (set-buffer (marker-buffer Info-tag-table-marker)) @@ -1551,7 +1552,6 @@ annotation for any node of any file. (See `a' and `x' commands.)" (cons (list (buffer-substring (match-beginning 1) (match-end 1))) compl)))) - (widen) (goto-char (point-min)) (while (search-forward "\n\^_" nil t) (forward-line 1)