branch: externals/tmr
commit e7910411be51186311a3b96410932f6015df77b3
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Remove the tmr-tabulated.el that has been obsolete for a while
    
    Its code was merged into tmr.el in commit 3e8450a on 2024-10-30.
---
 tmr-tabulated.el | 48 ------------------------------------------------
 1 file changed, 48 deletions(-)

diff --git a/tmr-tabulated.el b/tmr-tabulated.el
deleted file mode 100644
index 4a9b3b84b1..0000000000
--- a/tmr-tabulated.el
+++ /dev/null
@@ -1,48 +0,0 @@
-;;; tmr-tabulated.el --- Display TMR timers in a tabulated list -*- 
lexical-binding: t -*-
-
-;; Copyright (C) 2020-2026  Free Software Foundation, Inc.
-
-;; Author: Protesilaos Stavrou <[email protected]>,
-;;         Damien Cassou <[email protected]>,
-;;         Daniel Mendler <[email protected]>
-;; Maintainer: Protesilaos Stavrou <[email protected]>
-;; URL: https://github.com/protesilaos/tmr
-
-;; This file is NOT part of GNU Emacs.
-
-;; This program is free software; you can redistribute it and/or modify
-;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation, either version 3 of the License, or
-;; (at your option) any later version.
-;;
-;; This program is distributed in the hope that it will be useful,
-;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-;; GNU General Public License for more details.
-;;
-;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
-
-;;; Commentary:
-;;
-;; Call `M-x tmr-tabulated-view' to display all tmr timers in a grid,
-;; one by line with sortable columns.  Columns show the creation date,
-;; the end date, a check mark if the timer is finished and the timer's
-;; optional description.
-;;
-;; Please read the manual for all the technicalities.  Either evaluate
-;; (info "(tmr) Top") or visit <https://protesilaos.com/emacs/tmr>.
-
-;;; Code:
-
-(require 'tmr)
-
-;; NOTE 2024-10-30: We keep this file to avoid breaking user
-;; configurations, but we will remove it eventually.
-(display-warning
- 'tmr
- "`tmr-tabulated.el' is merged into `tmr.el'; only use `tmr.el'"
- :warning)
-
-(provide 'tmr-tabulated)
-;;; tmr-tabulated.el ends here

Reply via email to