From: Gerd Möllmann Date: Sat, 12 Aug 2023 13:15:32 +0000 (+0200) Subject: Bind *package* to emacs in load X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50b6fd71e960d070e3d794bfe692ed5bf3fe6aa0;p=emacs.git Bind *package* to emacs in load * src/lread.c (Fload): Bind symbol-packages and *package*. --- diff --git a/src/lread.c b/src/lread.c index d65f05be1eb..e300485f08d 100644 --- a/src/lread.c +++ b/src/lread.c @@ -1585,6 +1585,8 @@ Return t if the file exists and loads successfully. */) so that it takes effect whether or not we use Vload_source_file_function. */ specbind (Qlexical_binding, Qnil); + specbind (Qsymbol_packages, Qnil); + specbind (Qearmuffs_package, Vemacs_package); Lisp_Object found_eff = is_native_elisp