From 7eabec8c5d91bce5bf2ab89dfa52dc5ba2f7415b Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Fri, 9 Jan 2026 19:46:49 +0100 Subject: [PATCH] ; Prepare extraction of package.el's activation core This change just renames package.el to package-core.el to preserve the file history. The original package.el will be preserved in a seperate branch and merged back together. (Bug#80079) --- lisp/emacs-lisp/{package.el => package-activate.el} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lisp/emacs-lisp/{package.el => package-activate.el} (100%) diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package-activate.el similarity index 100% rename from lisp/emacs-lisp/package.el rename to lisp/emacs-lisp/package-activate.el