summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
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) "~")