branch: externals/package-x
commit 56d5e9f191751d64925603ee02c3a04b40e6607b
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>

    * package-x.el (package-install-temporarily): Autoload it
---
 package-x.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package-x.el b/package-x.el
index a2feebe7a9..ed2b51a215 100644
--- a/package-x.el
+++ b/package-x.el
@@ -1,6 +1,6 @@
 ;;; package-x.el --- Package extras  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2007-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2026 Free Software Foundation, Inc.
 
 ;; Author: Tom Tromey <[email protected]>
 ;; Maintainer: Philip Kaludercic <[email protected]>
@@ -318,6 +318,7 @@ This should be invoked from the gnus *Summary* buffer."
   (with-current-buffer gnus-article-buffer
     (package-upload-buffer)))
 
+;;;###autoload
 (defun package-install-temporarily (pkg &optional archive)
   "Install and enable a package PKG non-persistently.
 The package will not be loaded in future sessions, but will appear to be

Reply via email to