Mercurial > emacs
changeset 38666:2a4cffad7f7c
Oops. A typo.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Thu, 02 Aug 2001 11:40:26 +0000 |
parents | 876a8018d21f |
children | 6ed2cc05e016 |
files | lisp/uniquify.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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