emacs-devel
[Top][All Lists]
Advanced

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

Re: 22.1.90; desktop-save throws (error "No buffer named <uniquified buf


From: Stefan Monnier
Subject: Re: 22.1.90; desktop-save throws (error "No buffer named <uniquified buffername>")
Date: Wed, 27 Feb 2008 16:18:25 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> @@ -195,5 +195,6 @@
>  Return nil if the buffer is not managed by uniquify."
>    (and uniquify-managed
> -       (uniquify-item-base (car uniquify-managed))))
> +       (let ((base (uniquify-item-base (car uniquify-managed))))
> +      (if (string= base "") nil base))))

Hmm... but then that doesn't seem to agree with the docstring:
the buffer *is* managed by uniquify, but you return nil.

I think the fix should be in desktop.


        Stefan




reply via email to

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