mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
Remove unused delete! macro
Redundant with delq!
This commit is contained in:
@@ -199,10 +199,6 @@ If FETCHER is a function, ELT is used as the key in LIST (an alist)."
|
||||
elt)
|
||||
,list)))
|
||||
|
||||
(defmacro delete! (elt list)
|
||||
"Delete ELT from LIST in-place."
|
||||
`(setq ,list (delete ,elt ,list)))
|
||||
|
||||
(defmacro add-transient-hook! (hook-or-function &rest forms)
|
||||
"Attaches a self-removing function to HOOK-OR-FUNCTION.
|
||||
|
||||
|
Reference in New Issue
Block a user