1
0
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:
Glenn Morris 2017-04-08 13:45:55 -07:00
parent bca1fde85f
commit f4bb93fabc

View File

@ -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.