Discussion:
pwgl-users: optional argument display
Filippo Saya
2014-08-31 20:21:42 UTC
Permalink
Hi everyone,

I wrote a function, the beginning of which is:

(defun resize-list (lst new-length &optional (approx-mode :most-then-first) (round-decimals 0))
…

Why does the first optional argument in the pwgl-box take the second one’s name? (However the function runs correctly)

Thanx

Filippo

Loading...