Remove nconcq! macro
Unused and unnecessary.
This commit is contained in:
parent
a681a32efc
commit
14fc65a9fb
2 changed files with 18 additions and 22 deletions
|
@ -159,10 +159,6 @@ This is a variadic `cl-pushnew'."
|
|||
"Append LISTS to SYM in place."
|
||||
`(setq ,sym (append ,sym ,@lists)))
|
||||
|
||||
(defmacro nconcq! (sym &rest lists)
|
||||
"Append LISTS to SYM by altering them in place."
|
||||
`(setq ,sym (nconc ,sym ,@lists)))
|
||||
|
||||
(defmacro delq! (elt list &optional fetcher)
|
||||
"`delq' ELT from LIST in-place.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue