Hrvoje Niksic <hniksic(a)srce.hr> writes:
accompanying CONFIRM argument to turn off the confirmation.
However,
our version of write-region is infested with a CODESYS argument, so we
cannot be compatible.
XEmacs:
(write-region START END FILENAME &optional APPEND VISIT LOCKNAME CODING-SYSTEM)
Is it it to late to convert to CL style keyword arguments for
CODING-system?
FSF 20.3:
(write-region START END FILENAME &optional APPEND VISIT LOCKNAME CONFIRM)
IMHO it is just E-lisp whish suchs...
Jan
P.S. Is write-region called often with a coding system in the code?