]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark cdl.el as obsolete
authorStefan Kangas <stefankangas@gmail.com>
Sun, 23 Feb 2025 03:43:04 +0000 (04:43 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 26 Feb 2025 09:32:18 +0000 (10:32 +0100)
* 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)

lisp/obsolete/cdl.el

index 2ae76a908e4e0ece2786346490d32fa9218da777..d51ab9f68139352a1dc3a498edeeca1ecbb95e4c 100644 (file)
@@ -5,6 +5,7 @@
 ;; Author: Ata Etemadi <ATAE@spva.physics.imperial.ac.uk>
 ;; Maintainer: emacs-devel@gnu.org
 ;; Keywords: data
+;; Obsolete-since: 31.1
 
 ;; This file is part of GNU Emacs.
 
 
 ;;; Commentary:
 
+;; This library is obsolete.
+;;
+;; Use `shell-command' and `shell-command-on-region' instead.
+
 ;;; Code:
 
 (defun cdl-get-file (filename)