]> code.delx.au - gnu-emacs/commitdiff
Corrected the comment from last change.
authorSimon Marshall <simon@gnu.org>
Thu, 15 Jun 1995 07:04:00 +0000 (07:04 +0000)
committerSimon Marshall <simon@gnu.org>
Thu, 15 Jun 1995 07:04:00 +0000 (07:04 +0000)
lisp/files.el

index 763fac09125f3df8ce432873c894a2724c43aa9e..fd5268ab59606551a0fa7c3bbe958b2373ad1774 100644 (file)
@@ -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) "~")