(uniquify-rationalize-file-buffer-names): Undo previous change.
This commit is contained in:
parent
a17555fd91
commit
def83929f3
1 changed files with 2 additions and 3 deletions
|
@ -223,9 +223,8 @@ file name elements. Arguments cause only a subset of buffers to be renamed."
|
|||
(setq buffers (cdr buffers))))
|
||||
;; selects buffers whose names may need changing, and others that
|
||||
;; may conflict.
|
||||
(setq fix-list (sort
|
||||
(sort fix-list 'string-lessp) ;do a quick pre-ordering
|
||||
'uniquify-fix-item-filename-lessp))
|
||||
(setq fix-list
|
||||
(sort fix-list 'uniquify-fix-item-filename-lessp))
|
||||
;; bringing conflicting names together
|
||||
(uniquify-rationalize-a-list fix-list uniquify-min-dir-content)
|
||||
(mapcar 'uniquify-fix-item-unrationalized-buffer fix-list)))
|
||||
|
|
Loading…
Add table
Reference in a new issue