forked from Github/emacs
Make *pacakge* buffer-local
* src/pkg.c (syms_of_pkg): Use Fmake_variable_buffer_local for Qearmuffs_package.
This commit is contained in:
parent
08bff31081
commit
ed2eeee538
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue