Karl Chen <[EMAIL PROTECTED]> writes:
> A number of functions that call `read-file-name' utilize the
> `default-filename' parameter, or its default. E.g., M-x
> diff-backup RET should diff the current file instead of attempting
> to diff the current directory. I.e., regular `read-file-name'
> re
A number of functions that call `read-file-name' utilize the
`default-filename' parameter, or its default. E.g., M-x
diff-backup RET should diff the current file instead of attempting
to diff the current directory. I.e., regular `read-file-name'
returns `(or default-filename buffer-file-name)'.