changeset 38407:4569042ee316

(Info-build-node-completions): Make Info-current-file-completions buffer local.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 13 Jul 2001 18:33:23 +0000
parents ab9e41f31336
children 621d2afcdfc2
files lisp/info.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Fri Jul 13 14:37:39 2001 +0000
+++ b/lisp/info.el	Fri Jul 13 18:33:23 2001 +0000
@@ -1124,7 +1124,7 @@
 			    (cons (list (match-string-no-properties 1))
 				  compl))))))))
 	(setq compl (cons '("*") compl))
-	(setq Info-current-file-completions compl))))
+	(set (make-local-variable 'Info-current-file-completions) compl))))
 
 (defun Info-restore-point (hl)
   "If this node has been visited, restore the point value when we left."