summaryrefslogtreecommitdiff
path: root/lisp/dos-fns.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-05-09 17:41:53 +0000
committerRichard M. Stallman <rms@gnu.org>1996-05-09 17:41:53 +0000
commit954d543d69afc1e2f7d4e5ea8f6ae5df12e3b8d8 (patch)
tree311db796f916148a91416120a9dac0b99de309ea /lisp/dos-fns.el
parente71f2e48a0de4ccadd1a40e56fcbdd805c204993 (diff)
downloademacs-954d543d69afc1e2f7d4e5ea8f6ae5df12e3b8d8.tar.gz
Comment change.
Diffstat (limited to 'lisp/dos-fns.el')
-rw-r--r--lisp/dos-fns.el1
1 files changed, 0 insertions, 1 deletions
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 ?_))