emacs-devel
[Top][All Lists]
Advanced

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

Re: What is the correct way of passing a function with a default argumen


From: Philipp Stephani
Subject: Re: What is the correct way of passing a function with a default argument to a function?
Date: Tue, 9 Oct 2018 20:15:25 +0200



Cody Goodman <address@hidden> schrieb am Di., 9. Okt. 2018 um 19:04 Uhr:

              :filter #'(apply-partially 'my-pass-it-on-filter "/tmp/mytmp")


This should work if you leave out the quoting, i.e.

 :filter (apply-partially 'my-pass-it-on-filter "/tmp/mytmp")

reply via email to

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