From: Richard M. Stallman Date: Thu, 9 May 1996 17:41:53 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-19.34~667 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9998d430a7abbafc6a89911d679248a77a3c8ad3;p=emacs.git Comment change. --- 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 ?_))