# HG changeset patch # User Richard M. Stallman # Date 831663713 0 # Node ID 160e99f12c6ded7c104fcc70f736a463ee1da325 # Parent 7cfe542d5a797bd5dc07ecf8bae315c56dea9104 Comment change. diff -r 7cfe542d5a79 -r 160e99f12c6d lisp/dos-fns.el --- a/lisp/dos-fns.el Thu May 09 17:36:03 1996 +0000 +++ b/lisp/dos-fns.el Thu May 09 17:41:53 1996 +0000 @@ -57,7 +57,6 @@ (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 ?_))