From: Stefan Kangas Date: Sun, 23 Feb 2025 03:43:04 +0000 (+0100) Subject: Mark cdl.el as obsolete X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ab85a17cf17c41919787444ad91f44ef822eeb2;p=emacs.git Mark cdl.el as obsolete * lisp/obsolete/cdl.el: Add Obsolete-since header. It is fully replaceable by shell-command and shell-command-on-region. (cherry picked from commit 7972a3448d53c515b074e6681fe3a369ada642d6) --- diff --git a/lisp/obsolete/cdl.el b/lisp/obsolete/cdl.el index 2ae76a908e4..d51ab9f6813 100644 --- a/lisp/obsolete/cdl.el +++ b/lisp/obsolete/cdl.el @@ -5,6 +5,7 @@ ;; Author: Ata Etemadi ;; Maintainer: emacs-devel@gnu.org ;; Keywords: data +;; Obsolete-since: 31.1 ;; This file is part of GNU Emacs. @@ -23,6 +24,10 @@ ;;; Commentary: +;; This library is obsolete. +;; +;; Use `shell-command' and `shell-command-on-region' instead. + ;;; Code: (defun cdl-get-file (filename)