# HG changeset patch # User Stefan Monnier # Date 1052606706 0 # Node ID 4151ece07b0899f4ae7d216fb2eced76d5ef2875 # Parent 111b4f1da171f41b6e90bfc886661908204ef126 (uniquify-rationalize-file-buffer-names): Thinko. diff -r 111b4f1da171 -r 4151ece07b08 lisp/uniquify.el --- a/lisp/uniquify.el Sat May 10 22:15:35 2003 +0000 +++ b/lisp/uniquify.el Sat May 10 22:45:06 2003 +0000 @@ -215,9 +215,9 @@ (uniquify-item-buffer (car items)))) ;; This shouldn't happen, but maybe there' no dirname any more. (unless (uniquify-item-dirname (car items)) - (setq items nil) (with-current-buffer (uniquify-item-buffer (car items)) - (setq uniquify-managed nil)))) + (setq uniquify-managed nil)) + (setq items nil))) (setq fix-list (append fix-list items)))) ;; selects buffers whose names may need changing, and others that ;; may conflict, then bring conflicting names together