Make *pacakge* buffer-local

* src/pkg.c (syms_of_pkg): Use Fmake_variable_buffer_local
for Qearmuffs_package.
This commit is contained in:
Gerd Möllmann 2022-10-26 13:54:14 +02:00
parent 08bff31081
commit ed2eeee538

View file

@ -941,7 +941,7 @@ syms_of_pkg (void)
doc: /* The keyword package. For internal use only. */);
DEFVAR_LISP_NOPRO ("*package*", Vearmuffs_package,
doc: /* The current package. */);
Fmake_variable_buffer_local (Qearmuffs_package);
DEFVAR_LISP_NOPRO ("package-prefixes", Vpackage_prefixes,
doc: /* */);
Fmake_variable_buffer_local (Qpackage_prefixes);