update packages

This commit is contained in:
2025-06-22 17:08:08 +02:00
parent 54e5633369
commit 16a0a6db93
558 changed files with 68349 additions and 26568 deletions

View File

@@ -87,7 +87,7 @@
(defcustom ess-rdired-auto-update-interval 5
"Seconds between refreshes of the `ess-rdired' buffer."
:type '(choice (const nil :tag "No auto updates") (integer :tag "Seconds"))
:type '(choice (const :tag "No auto updates" nil) (integer :tag "Seconds"))
:group 'ess-R
:package-version '(ess . "19.04"))