]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 9 May 1996 17:41:53 +0000 (17:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 9 May 1996 17:41:53 +0000 (17:41 +0000)
lisp/dos-fns.el

index ff1b0ba9cb960ef2f84dbbfdcc4040db25519b22..924f5a9b76a8a1be901901e0149eb1ea7aa953c2 100644 (file)
@@ -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 ?_))