diff lisp/dos-fns.el @ 15195:160e99f12c6d

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 09 May 1996 17:41:53 +0000
parents d46c1e8bdb0d
children 05b3a08b268f
line wrap: on
line diff
--- 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 ?_))