# HG changeset patch # User Francesco Potort # Date 996752426 0 # Node ID 2a4cffad7f7cc0627e24a8777ab9b241b1dd443b # Parent 876a8018d21fefc427b92a572142c5631525c01e Oops. A typo. diff -r 876a8018d21f -r 2a4cffad7f7c lisp/uniquify.el --- a/lisp/uniquify.el Thu Aug 02 11:30:25 2001 +0000 +++ b/lisp/uniquify.el Thu Aug 02 11:40:26 2001 +0000 @@ -212,7 +212,7 @@ (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