[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/org-contrib 4d4126b341 04/10: lisp/org-expiry.el: Switch t
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/org-contrib 4d4126b341 04/10: lisp/org-expiry.el: Switch to lexical binding |
Date: |
Wed, 17 Jan 2024 07:00:57 -0500 (EST) |
branch: elpa/org-contrib
commit 4d4126b341e0d92983f9ad0e0b70c01d2b1e9a08
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>
lisp/org-expiry.el: Switch to lexical binding
* lisp/org-expiry.el (org-expiry-process-entries): Mark unused arguments.
---
lisp/org-expiry.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/org-expiry.el b/lisp/org-expiry.el
index 4caf870e67..6ef71cf260 100644
--- a/lisp/org-expiry.el
+++ b/lisp/org-expiry.el
@@ -1,4 +1,4 @@
-;;; org-expiry.el --- expiry mechanism for Org entries
+;;; org-expiry.el --- expiry mechanism for Org entries -*- lexical-binding:
t; -*-
;;
;; Copyright 2007-2021 Free Software Foundation, Inc.
;;
@@ -257,7 +257,7 @@ Otherwise rely on `org-expiry-confirm-flag' to decide."
(funcall org-expiry-handler-function))
(delete-overlay ov)))))
-(defun org-expiry-process-entries (beg end)
+(defun org-expiry-process-entries (_ _)
"Process all expired entries between BEG and END.
The expiry process will run the function defined by
`org-expiry-handler-functions'."
- [nongnu] elpa/org-contrib updated (8fbaceb247 -> 8d07b9491a), ELPA Syncer, 2024/01/17
- [nongnu] elpa/org-contrib 718ba60fe0 01/10: lisp/ox-groff.el: Fix compiler warning, ELPA Syncer, 2024/01/17
- [nongnu] elpa/org-contrib 16e680a4ff 02/10: lisp/ox-s5.el: Use non-obsolete cl-lib name, ELPA Syncer, 2024/01/17
- [nongnu] elpa/org-contrib 2a77f1de0c 03/10: lisp/org-expiry.el: Fix compiler warnings, ELPA Syncer, 2024/01/17
- [nongnu] elpa/org-contrib 4d4126b341 04/10: lisp/org-expiry.el: Switch to lexical binding,
ELPA Syncer <=
- [nongnu] elpa/org-contrib 8d76dd5b43 07/10: lisp/org-checklist.el: Switch to lexical binding, ELPA Syncer, 2024/01/17
- [nongnu] elpa/org-contrib de908f3516 09/10: lisp/ox-bibtex.el: Fix some compiler warnings, ELPA Syncer, 2024/01/17
- [nongnu] elpa/org-contrib 8d07b9491a 10/10: lisp/ox-bibtex.el: Switch to lexical binding, ELPA Syncer, 2024/01/17
- [nongnu] elpa/org-contrib b2c5460598 05/10: lisp/ob-stata.el: Keep ESS optional to pacify compiler, ELPA Syncer, 2024/01/17
- [nongnu] elpa/org-contrib 95008ce07a 06/10: lisp/org-checklist.el: Handle compiler warnings about a2ps-print library, ELPA Syncer, 2024/01/17
- [nongnu] elpa/org-contrib 89931aece2 08/10: lisp/ox-bibtex.el: Convert obsolete `defadvice' to `define-advice', ELPA Syncer, 2024/01/17