summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-03-09 06:20:32 +0000
committerKarl Heuer <kwzh@gnu.org>1994-03-09 06:20:32 +0000
commit0f933cf6b21eed6f70def8759142adfa392fe4e5 (patch)
treec0f724d7a4dbbbe8d2d006a3d89df9ec18d70587 /lisp
parentd68807fc714ef48a1b16716122ebc12b8f9fa981 (diff)
downloademacs-0f933cf6b21eed6f70def8759142adfa392fe4e5.tar.gz
(find-buffer-visiting): Fix typo in previous change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/files.el2
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."
(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