(find-buffer-visiting): Fix typo in previous change.
This commit is contained in:
parent
d68807fc71
commit
0f933cf6b2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue