diff options
Diffstat (limited to 'lisp/info.el')
-rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index a044aa77796..bf6dec805ea 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -179,7 +179,7 @@ to read a file name from the minibuffer." (insert-buffer-substring buf) (set-marker Info-tag-table-marker (match-end 0)))) - (set-marker Info-tag-table-marker pos)))) + (set-marker Info-tag-table-marker pos)))) (setq Info-current-file (file-name-sans-versions buffer-file-name)))) (if (equal nodename "*") |