]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-buffer-visiting): Fix typo in previous change.
authorKarl Heuer <kwzh@gnu.org>
Wed, 9 Mar 1994 06:20:32 +0000 (06:20 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 9 Mar 1994 06:20:32 +0000 (06:20 +0000)
lisp/files.el

index c89981f54bb7b6372ae9d573a5e27977ca26f2cf..1eac656f8b774cc38ea7e5ed5d3d5a5a83f21097 100644 (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