Mercurial > emacs
changeset 12233:9a87c5ce0802
Corrected the comment from last change.
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Thu, 15 Jun 1995 07:04:00 +0000 |
parents | f42795956a18 |
children | 2de6f5e4858d |
files | lisp/files.el |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Wed Jun 14 23:18:50 1995 +0000 +++ b/lisp/files.el Thu Jun 15 07:04:00 1995 +0000 @@ -356,8 +356,6 @@ ;; 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) "~")