(find-buffer-visiting): Fix typo in previous change.

This commit is contained in:
Karl Heuer 1994-03-09 06:20:32 +00:00
parent d68807fc71
commit 0f933cf6b2

View file

@ -590,7 +590,7 @@ If there is no such live buffer, return nil."
(setq found (car list))))
(setq list (cdr list)))
found)
(let ((number (nthcdr 10 (file-attributes )))
(let ((number (nthcdr 10 (file-attributes truename)))
(list (buffer-list)) found)
(while (and (not found) list)
(save-excursion