summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarthik Chikmagalur <karthikchikmagalur@gmail.com>2026-05-02 12:08:06 -0700
committerKarthik Chikmagalur <karthikchikmagalur@gmail.com>2026-05-02 12:08:06 -0700
commit60b5ab7774f30fd12b9927e93b4d43fafb1fe925 (patch)
treef474c8e39a23c61381a8e2b4952495a90983d72a
parenta5e661de4d3c1d5ac25c449011fe99059fc55920 (diff)
timeout: Update copyright and bump versionexternals/timeout
-rw-r--r--timeout.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/timeout.el b/timeout.el
index bb27569..5e394f5 100644
--- a/timeout.el
+++ b/timeout.el
@@ -1,10 +1,10 @@
;;; timeout.el --- Throttle or debounce Elisp functions -*- lexical-binding: t; -*-
-;; Copyright (C) 2023-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2023-2026 Free Software Foundation, Inc.
;; Author: Karthik Chikmagalur <karthikchikmagalur@gmail.com>
;; Keywords: convenience, extensions
-;; Version: 2.1
+;; Version: 2.1.6
;; Package-Requires: ((emacs "24.4"))
;; URL: https://github.com/karthink/timeout