(Info-build-node-completions): Make Info-current-file-completions buffer local.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 13 Jul 2001 18:34:08 +0000 (18:34 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 13 Jul 2001 18:34:08 +0000 (18:34 +0000)
lisp/ChangeLog
lisp/info.el

index 1ff3b7d..d532018 100644 (file)
@@ -1,11 +1,15 @@
+2001-07-13  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * info.el (Info-build-node-completions):
+       Make Info-current-file-completions buffer local.
+
 2001-07-13  Gerd Moellmann  <gerd@gnu.org>
 
        * which-func.el (which-func-mode, which-func-ff-hook)
-       (which-function-mode): Remove references to
-       which-func-mode-global.
+       (which-function-mode): Remove references to which-func-mode-global.
 
-       * calendar/cal-islam.el (calendar-goto-islamic-date): Add 
-       autoload cookie.
+       * calendar/cal-islam.el (calendar-goto-islamic-date):
+       Add  autoload cookie.
 
        * play/fortune.el: Add types to defcustoms.
 
@@ -29,8 +33,8 @@
 
 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
 
-       * mail/mail-extr.el (mail-extr-all-top-level-domains): Increase
-       the size of the obarray.
+       * mail/mail-extr.el (mail-extr-all-top-level-domains):
+       Increase the size of the obarray.
        (mail-extr-all-top-level-domains): Add more toplevel domains,
        add more long names.
        From: Per Starback <starback@ling.uu.se>.
index 301ad5a..d29f3c9 100644 (file)
@@ -1124,7 +1124,7 @@ If FORK is a string, it is the name to use for the new buffer."
                            (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))))
 \f
 (defun Info-restore-point (hl)
   "If this node has been visited, restore the point value when we left."