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:
parent
f478d2d1b9
commit
816b9b4a0b
2 changed files with 0 additions and 6 deletions
|
@ -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")
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue