branch: externals/compat commit 220d1446fbe82ce969d08dce6b7e96a5ca46368f Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Remove deprecated features --- NEWS.org | 1 + compat-24.el | 25 ------------------------- compat-font-lock.el | 24 ------------------------ compat-help.el | 24 ------------------------ 4 files changed, 1 insertion(+), 73 deletions(-) diff --git a/NEWS.org b/NEWS.org index b7cc305bf0..b49e01d646 100644 --- a/NEWS.org +++ b/NEWS.org @@ -3,6 +3,7 @@ * Development of "Compat" Version 29.1.1.0 - Remove deprecated, prefixed compatibility functions. +- Remove deprecated features ~compat-help~, ~compat-font-lock~ and ~compat-24~. * Release of "Compat" Version 29.1.0.1 diff --git a/compat-24.el b/compat-24.el deleted file mode 100644 index 691b5ccabd..0000000000 --- a/compat-24.el +++ /dev/null @@ -1,25 +0,0 @@ -;;; compat-24.el --- Obsolete package -*- lexical-binding: t; no-byte-compile: t; -*- - -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. - -;; 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: -;;; Code: - -;; Use message instead of warn since it is less aggressive. -(message "compat-24 has been deprecated") - -(provide 'compat-24) -;;; compat-24.el ends here diff --git a/compat-font-lock.el b/compat-font-lock.el deleted file mode 100644 index 2d1555a16a..0000000000 --- a/compat-font-lock.el +++ /dev/null @@ -1,24 +0,0 @@ -;;; compat-font-lock.el --- Obsolete package -*- lexical-binding: t; no-byte-compile: t; -*- - -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. - -;; 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: -;;; Code: - -(warn "compat-font-lock has been deprecated") - -(provide 'compat-font-lock) -;;; compat-font-lock.el ends here diff --git a/compat-help.el b/compat-help.el deleted file mode 100644 index 6c850507b4..0000000000 --- a/compat-help.el +++ /dev/null @@ -1,24 +0,0 @@ -;;; compat-help.el --- Obsolete package -*- lexical-binding: t; no-byte-compile: t; -*- - -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. - -;; 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: -;;; Code: - -(warn "compat-help has been deprecated") - -(provide 'compat-help) -;;; compat-help.el ends here