diff options
| author | Simon Marshall | 1995-06-15 07:04:00 +0000 |
|---|---|---|
| committer | Simon Marshall | 1995-06-15 07:04:00 +0000 |
| commit | 1ce7f687682a8c06bd09f9db80cb70f7dc8d546e (patch) | |
| tree | f6dccc68e891df731f924394cb8d5bfba169ff69 | |
| parent | 1bf61ff9f85289ed5a28cebc319735c676fa6594 (diff) | |
| download | emacs-1ce7f687682a8c06bd09f9db80cb70f7dc8d546e.tar.gz emacs-1ce7f687682a8c06bd09f9db80cb70f7dc8d546e.zip | |
Corrected the comment from last change.
| -rw-r--r-- | lisp/files.el | 2 |
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." | |||
| 356 | ;; PREV-DIRS can be a cons cell whose car is an alist | 356 | ;; PREV-DIRS can be a cons cell whose car is an alist |
| 357 | ;; of truenames we've just recently computed. | 357 | ;; of truenames we've just recently computed. |
| 358 | 358 | ||
| 359 | ;; I don't understand the reason for these tests. To avoid string-match? | ||
| 360 | ;; Something like (string-match "\\`\\'\\|~" filename) would do the same. | ||
| 361 | ;; The last test looks dubious, maybe `+' is meant here? --simon. | 359 | ;; The last test looks dubious, maybe `+' is meant here? --simon. |
| 362 | (if (or (string= filename "") (string= filename "~") | 360 | (if (or (string= filename "") (string= filename "~") |
| 363 | (and (string= (substring filename 0 1) "~") | 361 | (and (string= (substring filename 0 1) "~") |