diff options
| author | Michael Albinus | 2025-09-12 12:44:34 +0200 |
|---|---|---|
| committer | Michael Albinus | 2025-09-12 12:44:34 +0200 |
| commit | c90536efe8f912f3b69b764f7d3e75e55aa87f33 (patch) | |
| tree | 76f30f7420bf4d6b6a342e37cc8232d01d3d8f83 | |
| parent | e41eae39ad6accdd1b02dedcb36e48c2b463d0b8 (diff) | |
| parent | 4c27866df9dc8fbb0369f17351f5531e21a450d2 (diff) | |
| download | emacs-c90536efe8f912f3b69b764f7d3e75e55aa87f33.tar.gz emacs-c90536efe8f912f3b69b764f7d3e75e55aa87f33.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
| -rw-r--r-- | lisp/emacs-lisp/timeout.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/timeout.el b/lisp/emacs-lisp/timeout.el index 2f5a40a9421..2b90650f02a 100644 --- a/lisp/emacs-lisp/timeout.el +++ b/lisp/emacs-lisp/timeout.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Karthik Chikmagalur <karthikchikmagalur@gmail.com> | 5 | ;; Author: Karthik Chikmagalur <karthikchikmagalur@gmail.com> |
| 6 | ;; Keywords: convenience, extensions | 6 | ;; Keywords: convenience, extensions |
| 7 | ;; Version: 2.0 | 7 | ;; Version: 2.1 |
| 8 | ;; Package-Requires: ((emacs "24.4")) | 8 | ;; Package-Requires: ((emacs "24.4")) |
| 9 | ;; URL: https://github.com/karthink/timeout | 9 | ;; URL: https://github.com/karthink/timeout |
| 10 | 10 | ||