persist-el 0.6.1+dfsg-2 source package in Ubuntu

Changelog

persist-el (0.6.1+dfsg-2) unstable; urgency=medium

  * Team upload.
  * Rebuild against dh-elpa 2.1.5.
    Upload pushed to dgit-repos but not salsa.
    See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>.

 -- Sean Whitton <email address hidden>  Thu, 25 Jul 2024 23:21:09 +0900

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
persist-el_0.6.1+dfsg-2.dsc 2.1 KiB 0ddfb3de12f1c779bf32f405071be4a37492e7de9e4649b998570bc962ee13ac
persist-el_0.6.1+dfsg.orig.tar.gz 4.6 KiB 5b68dfa96892f3b6fd0945b4e316a6d2f6d9ec1ad518e1c79711f97982325829
persist-el_0.6.1+dfsg-2.debian.tar.xz 3.2 KiB 8031c78d3a0d5c8e5485299bd5c078bfc6f7e0cca699c3b10ced0dc347368ee5

Available diffs

No changes file available.

Binary packages built by this source

elpa-persist: persist variables between Emacs Sessions

 This package enables variables that persist across Emacs sessions.
 .
 The main entry point is `persist-defvar', which behaves like
 `defvar', but which persists the variables between sessions.
 Variables are automatically saved when Emacs exits.
 .
 Other useful functions are `persist-save', which saves the variable
 immediately, `persist-load', which loads the saved value, and
 `persist-reset', which resets a variable to its default value.
 .
 Each persistent variable+value pair is stored in a unique file in a
 subdirectory of 'user-emacs-directory'.