changeset 15195:160e99f12c6d

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 09 May 1996 17:41:53 +0000
parents 7cfe542d5a79
children 414e523050d5
files lisp/dos-fns.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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 ?_))