1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

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.
This commit is contained in:
Stefan Kangas 2025-02-12 18:11:59 +01:00
parent f478d2d1b9
commit 816b9b4a0b
2 changed files with 0 additions and 6 deletions

View 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")