From: Gerd Möllmann Date: Wed, 9 Aug 2023 07:33:35 +0000 (+0200) Subject: Remove duplicate definition of 'package-prefixes' X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=677aece4906b2be72ac77a21165da0f544e415a0;p=emacs.git Remove duplicate definition of 'package-prefixes' --- diff --git a/src/pkg.c b/src/pkg.c index ceb339e28cf..026950078d8 100644 --- a/src/pkg.c +++ b/src/pkg.c @@ -967,7 +967,6 @@ init_pkg_once (void) Vearmuffs_package = Vemacs_package; XSYMBOL (Qearmuffs_package)->u.s.declared_special = true; - DEFSYM (Qpackage_prefixes, "package-prefixes"); staticpro (&Vpackage_prefixes); Vpackage_prefixes = Qnil;