From: Simon Marshall Date: Thu, 15 Jun 1995 07:04:00 +0000 (+0000) Subject: Corrected the comment from last change. X-Git-Tag: emacs-19.34~3626 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ce7f687682a8c06bd09f9db80cb70f7dc8d546e;p=emacs.git Corrected the comment from last change. --- 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) "~")