diff options
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 97564875067..23684f02b87 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -4697,7 +4697,7 @@ as alpha versions." ;; This is used in lisp/Makefile.in and in leim/Makefile.in to ;; generate file names for autoloads, custom-deps, and finder-data. -(defun unmsys--filename (file) +(defun unmsys--file-name (file) "Produce the canonical file name for FILE from its MSYS form. On systems other than MS-Windows, just returns FILE. |