aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1994-03-09 06:20:32 +0000
committerKarl Heuer1994-03-09 06:20:32 +0000
commit0f933cf6b21eed6f70def8759142adfa392fe4e5 (patch)
treec0f724d7a4dbbbe8d2d006a3d89df9ec18d70587
parentd68807fc714ef48a1b16716122ebc12b8f9fa981 (diff)
downloademacs-0f933cf6b21eed6f70def8759142adfa392fe4e5.tar.gz
emacs-0f933cf6b21eed6f70def8759142adfa392fe4e5.zip
(find-buffer-visiting): Fix typo in previous change.
-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."
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