Open greg-minshall opened 3 years ago
i suppose this might be from these lines in names.el
(let ((it (names--get-edebug-spec function))
(names--verbose (eq function 'push)))
but, as the help string for push says
This is morally equivalent to (setf PLACE (cons NEWELT PLACE)),
except that PLACE is evaluated only once (after NEWELT).
presumably, one can substitute the latter for the former (assuming evaluating PLACE has no side-effects).
hi. i get this line, and also "...-anon1", printed on stderr with the following (not necessarily exemplary) script:
the output:
i appear to be running
20151201.0
. (hmm...) cheers.