mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-28 10:56:36 +00:00
Oops. A typo.
This commit is contained in:
parent
4126f5b78b
commit
1f68710d1d
@ -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…
Reference in New Issue
Block a user