mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-22 18:35:09 +00:00
* lisp/gnus/nnmail.el (nnmail-crosspost-link-function): Simplify.
This commit is contained in:
parent
bca1fde85f
commit
f4bb93fabc
@ -263,7 +263,7 @@ It scans low-level sorted spools even when not required."
|
||||
:type 'function)
|
||||
|
||||
(defcustom nnmail-crosspost-link-function
|
||||
(if (string-match "windows-nt" (symbol-name system-type))
|
||||
(if (eq 'windows-nt system-type)
|
||||
'copy-file
|
||||
'add-name-to-file)
|
||||
"Function called to create a copy of a file.
|
||||
|
Loading…
Reference in New Issue
Block a user