]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete comments about obsolete cl--compiler-macro-cXXr
authorStefan Kangas <stefankangas@gmail.com>
Wed, 12 Feb 2025 17:11:59 +0000 (18:11 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 13 Feb 2025 11:52:32 +0000 (12:52 +0100)
* lisp/emacs-lisp/cl-macs.el:
* lisp/subr.el: Delete obsolete comments about compatibility alias
cl--compiler-macro-cXXr.

(cherry picked from commit 816b9b4a0bf7c37883b9bceb8da196bba1855608)

lisp/emacs-lisp/cl-macs.el
lisp/subr.el

index c30a971fa8f2dacb1736313ca763937dd2c7be86..8dc5b81d32dc553048f73b61d9aca88e5ad9622e 100644 (file)
@@ -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")
index 91f04def376f850c019b64c6b6842b94eafd26eb..27c9f3cb97237474e85823291387e54a19042af5 100644 (file)
@@ -590,9 +590,6 @@ treatment of negative COUNT provided by this function."
 \f
 ;;;; 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))