diff options
| author | Philip Kaludercic <philipk@posteo.net> | 2026-02-19 08:08:20 +0100 |
|---|---|---|
| committer | Philip Kaludercic <philipk@posteo.net> | 2026-02-19 08:08:20 +0100 |
| commit | 56d5e9f191751d64925603ee02c3a04b40e6607b (patch) | |
| tree | 41bb6d4fccaf359715d5a704256a97441c46603e | |
| parent | ba7e6828c2fe0c013352e4e3a5f63c43a4f81735 (diff) | |
* package-x.el (package-install-temporarily): Autoload itexternals/package-x
| -rw-r--r-- | package-x.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package-x.el b/package-x.el index a2feebe..ed2b51a 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 <tromey@redhat.com> ;; Maintainer: Philip Kaludercic <philipk@posteo.net> @@ -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 |
