From 9998d430a7abbafc6a89911d679248a77a3c8ad3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 9 May 1996 17:41:53 +0000 Subject: [PATCH] Comment change. --- lisp/dos-fns.el | 1 - 1 file changed, 1 deletion(-) 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 ?_)) -- 2.39.5