Paul Krause <pkrause(a)ibelong.com> writes:
I get a bizarre error. Why does mapconcat care whether
buffer-file-truename is a sequence? As long as ("/p"
buffer-file-truename) is a sequence (and it is) everything should be
fine.
Signaling: (wrong-type-argument sequencep buffer-file-truename)
mapconcat(identity ("/p" buffer-file-truename) " ")
It cares about the fact that (identity buffer-file-truename) is a
sequence because it supposed to concat the results.
Jan