changeset 50945:4151ece07b08

(uniquify-rationalize-file-buffer-names): Thinko.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 10 May 2003 22:45:06 +0000
parents 111b4f1da171
children 89a47df61860
files lisp/uniquify.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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