emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106172: * subr.el (apply-partially):


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106172: * subr.el (apply-partially): Remove redundant comment.
Date: Sun, 23 Oct 2011 22:03:24 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106172
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Sun 2011-10-23 22:03:24 -0400
message:
  * subr.el (apply-partially): Remove redundant comment.
modified:
  lisp/subr.el
=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2011-10-06 19:15:19 +0000
+++ b/lisp/subr.el      2011-10-24 02:03:24 +0000
@@ -116,8 +116,6 @@
   ;; depend on backquote.el.
   (list 'function (cons 'lambda cdr)))
 
-;; Partial application of functions (similar to "currying").
-;; This function is here rather than in subr.el because it uses CL.
 (defun apply-partially (fun &rest args)
   "Return a function that is a partial application of FUN to ARGS.
 ARGS is a list of the first N arguments to pass to FUN.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]