summaryrefslogtreecommitdiff
path: root/lisp/uniquify.el
diff options
context:
space:
mode:
authorFrancesco Potortì <pot@gnu.org>2001-08-02 11:40:26 +0000
committerFrancesco Potortì <pot@gnu.org>2001-08-02 11:40:26 +0000
commit585de5ff98bac2051718d42bc7fa44413cd5c3a7 (patch)
tree6dc3f259b8a668df2dd204929f836fbc9bf6f476 /lisp/uniquify.el
parent5d87c997753409f718ccaf03b3865ff33b777def (diff)
downloademacs-585de5ff98bac2051718d42bc7fa44413cd5c3a7.tar.gz
Oops. A typo.
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