From: Gerd Möllmann Date: Wed, 26 Oct 2022 11:54:14 +0000 (+0200) Subject: Make *pacakge* buffer-local X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed2eeee538ee6981891f2ccce7115aee641e6e92;p=emacs.git Make *pacakge* buffer-local * src/pkg.c (syms_of_pkg): Use Fmake_variable_buffer_local for Qearmuffs_package. --- diff --git a/src/pkg.c b/src/pkg.c index ac63d79fc31..7098ba2bb22 100644 --- a/src/pkg.c +++ b/src/pkg.c @@ -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);