emacs-devel
[Top][All Lists]
Advanced

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

Re: PATCH: Fix IDO interaction with uniquify.el


From: Juanma Barranquero
Subject: Re: PATCH: Fix IDO interaction with uniquify.el
Date: Mon, 18 Jan 2010 15:32:13 +0100

On Mon, Jan 18, 2010 at 15:13, Óscar Fuentes <address@hidden> wrote:

> Comments and a new patch follows.

Yes, it works now.

BTW, why

> +  (kill-buffer buf)
> +  (if (get-buffer buf)

`kill-buffer' returns t iff it was able to kill the buffer, so

  (if (not (kill-buffer buf))

should be enough...

    Juanma




reply via email to

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