1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

Corrected the comment from last change.

This commit is contained in:
Simon Marshall 1995-06-15 07:04:00 +00:00
parent 1bf61ff9f8
commit 1ce7f68768

View 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) "~")