Oops. A typo.
This commit is contained in:
parent
4126f5b78b
commit
1f68710d1d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue