From 1f68710d1d6f98ee32f98c6519ded62d975d2c90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Francesco=20Potort=C3=AC?= Date: Thu, 2 Aug 2001 11:40:26 +0000 Subject: [PATCH] Oops. A typo. --- lisp/uniquify.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/uniquify.el b/lisp/uniquify.el index 8d8b2ef9967..7c9306e5c97 100644 --- a/lisp/uniquify.el +++ b/lisp/uniquify.el @@ -212,7 +212,7 @@ file name elements. Arguments cause only a subset of buffers to be renamed." (equal rawname newbuffile-nd)) (setq proposed (uniquify-get-proposed-name rawname bfn uniquify-min-dir-content))) - (push [rawname bfn buffer proposed] fix-list) + (push (vector rawname bfn buffer proposed) fix-list) (push bufname uniquify-non-file-buffer-names)))) ;; selects buffers whose names may need changing, and others that ;; may conflict, then bring conflicting names together -- 2.39.2