From: Stefan Kangas Date: Wed, 12 Feb 2025 17:11:59 +0000 (+0100) Subject: Delete comments about obsolete cl--compiler-macro-cXXr X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e11c84c79cec982877318146e8f27c56c8b2805;p=emacs.git Delete comments about obsolete cl--compiler-macro-cXXr * lisp/emacs-lisp/cl-macs.el: * lisp/subr.el: Delete obsolete comments about compatibility alias cl--compiler-macro-cXXr. (cherry picked from commit 816b9b4a0bf7c37883b9bceb8da196bba1855608) --- diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index c30a971fa8f..8dc5b81d32d 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -70,9 +70,6 @@ (setq form `(cons ,(car args) ,form))) form)) -;; Note: `cl--compiler-macro-cXXr' has been copied to -;; `internal--compiler-macro-cXXr' in subr.el. If you amend either -;; one, you may want to amend the other, too. ;;;###autoload (define-obsolete-function-alias 'cl--compiler-macro-cXXr #'internal--compiler-macro-cXXr "25.1") diff --git a/lisp/subr.el b/lisp/subr.el index 91f04def376..27c9f3cb972 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -590,9 +590,6 @@ treatment of negative COUNT provided by this function." ;;;; List functions. -;; Note: `internal--compiler-macro-cXXr' was copied from -;; `cl--compiler-macro-cXXr' in cl-macs.el. If you amend either one, -;; you may want to amend the other, too. (defun internal--compiler-macro-cXXr (form x) (let* ((head (car form)) (n (symbol-name head))