summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorSimon Marshall <simon@gnu.org>1995-06-15 07:04:00 +0000
committerSimon Marshall <simon@gnu.org>1995-06-15 07:04:00 +0000
commit0c8dc0526ffff99bacd2d4a6f5f607432aaf3ffe (patch)
tree50759cd0f730bdaea5c010bc7e5ebabaf06288fa /lisp/files.el
parent9abab7b2e6399c2ea9159565d7e2a7c1ea608b56 (diff)
downloademacs-0c8dc0526ffff99bacd2d4a6f5f607432aaf3ffe.tar.gz
Corrected the comment from last change.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 763fac09125..fd5268ab596 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -356,8 +356,6 @@ Do not specify them in other calls."
;; PREV-DIRS can be a cons cell whose car is an alist
;; of truenames we've just recently computed.
- ;; I don't understand the reason for these tests. To avoid string-match?
- ;; Something like (string-match "\\`\\'\\|~" filename) would do the same.
;; The last test looks dubious, maybe `+' is meant here? --simon.
(if (or (string= filename "") (string= filename "~")
(and (string= (substring filename 0 1) "~")