emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/uniquify.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/uniquify.el
Date: Sat, 10 May 2003 18:45:06 -0400

Index: emacs/lisp/uniquify.el
diff -c emacs/lisp/uniquify.el:1.50 emacs/lisp/uniquify.el:1.51
*** emacs/lisp/uniquify.el:1.50 Sat May 10 14:16:19 2003
--- emacs/lisp/uniquify.el      Sat May 10 18:45:06 2003
***************
*** 215,223 ****
                   (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 fix-list (append fix-list items))))
        ;; selects buffers whose names may need changing, and others that
        ;; may conflict, then bring conflicting names together
--- 215,223 ----
                   (uniquify-item-buffer (car items))))
            ;; This shouldn't happen, but maybe there' no dirname any more.
            (unless (uniquify-item-dirname (car items))
              (with-current-buffer (uniquify-item-buffer (car items))
!               (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]