diff options
Diffstat (limited to 'lisp/dos-fns.el')
-rw-r--r-- | lisp/dos-fns.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/dos-fns.el b/lisp/dos-fns.el index ff1b0ba9cb9..924f5a9b76a 100644 --- a/lisp/dos-fns.el +++ b/lisp/dos-fns.el @@ -57,7 +57,6 @@ with a definition that really does change some file names." (string (copy-sequence (file-name-nondirectory filename))) (lastchar (aref string (1- (length string)))) i firstdot) - ;; If the argument is empty, just return it. ;; Change a leading period to a leading underscore. (if (= (aref string 0) ?.) (aset string 0 ?_)) |