diff --git a/dash-functional.el b/dash-functional.el index 07cc4ae..e30742b 100644 --- a/dash-functional.el +++ b/dash-functional.el @@ -31,13 +31,6 @@ (require 'dash) -(defun -partial (fn &rest args) - "Takes a function FN and fewer than the normal arguments to FN, -and returns a fn that takes a variable number of additional ARGS. -When called, the returned function calls FN with ARGS first and -then additional args." - (apply 'apply-partially fn args)) - (defun -rpartial (fn &rest args) "Takes a function FN and fewer than the normal arguments to FN, and returns a fn that takes a variable number of additional ARGS.