summaryrefslogtreecommitdiff
path: root/lisp/uniquify.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/uniquify.el')
-rw-r--r--lisp/uniquify.el2
1 files changed, 1 insertions, 1 deletions
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