[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] /srv/bzr/emacs/trunk r99834: Minor fixes to a recent c
From: |
John Wiegley |
Subject: |
Re: [Emacs-diffs] /srv/bzr/emacs/trunk r99834: Minor fixes to a recent contribution to ido.el |
Date: |
Tue, 6 Apr 2010 16:02:15 -0400 |
On Apr 6, 2010, at 6:43 AM, Juanma Barranquero wrote:
> On Tue, Apr 6, 2010 at 05:38, <address@hidden> wrote:
>
>> (ido-virtual-buffers): Moved defvar to fix byte-compiler warning.
>
> I had moved the defvar near the beginning of the buffer (in the
> "Temporary storage" section of ido's variables) and added a docstring,
> so now one of them is redundant.
I missed that while checking my diffs, even though I had seen your commit.
I've removed the duplicate and kept your definition.
John