changeset 6272:d19db87b8c8e

(find-buffer-visiting): Fix typo in previous change.
author Karl Heuer <kwzh@gnu.org>
date Wed, 09 Mar 1994 06:20:32 +0000
parents 264f353c5b00
children e645df5b5148
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Wed Mar 09 06:13:36 1994 +0000
+++ b/lisp/files.el	Wed Mar 09 06:20:32 1994 +0000
@@ -590,7 +590,7 @@
 		  (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