diff options
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index c89981f54bb..1eac656f8b7 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -590,7 +590,7 @@ If there is no such live buffer, return nil." | |||
| 590 | (setq found (car list)))) | 590 | (setq found (car list)))) |
| 591 | (setq list (cdr list))) | 591 | (setq list (cdr list))) |
| 592 | found) | 592 | found) |
| 593 | (let ((number (nthcdr 10 (file-attributes ))) | 593 | (let ((number (nthcdr 10 (file-attributes truename))) |
| 594 | (list (buffer-list)) found) | 594 | (list (buffer-list)) found) |
| 595 | (while (and (not found) list) | 595 | (while (and (not found) list) |
| 596 | (save-excursion | 596 | (save-excursion |