bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#16744: 24.3.50; REGRESSION: C-h v does not show doc for `ediff-highl


From: Michael Kifer
Subject: bug#16744: 24.3.50; REGRESSION: C-h v does not show doc for `ediff-highlight-all-diffs'
Date: Fri, 14 Feb 2014 14:14:22 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0


On 02/14/2014 06:14 AM, Eli Zaretskii wrote:
Date: Fri, 14 Feb 2014 05:43:45 -0500
From: Michael Kifer <michael.kifer@stonybrook.edu>
CC: "16744@debbugs.gnu.org" <16744@debbugs.gnu.org>

    This problem is caused by some change in the emacs compiler.
    The reason I was not seeing it is because I was using .elc files of
    my development copy of ediff, which were compiled with an older
    version of emacs. With those .elc's the documentation string was
    being shown.

    Perhaps the empty doc-string in defvar now zaps the doc-string
    specified in the preceding defcustom while previously it didn't? If
    so, the previous behavior was smarter.
But why do we need both the defcustom and the defvar in the macro?

First, this was written a few years before defcustom came about. Second, I haven't followed things for a number of years.
Is it possible to define permanent local vars using defcustom now? At the time defcustom was added to ediff, this wasn't possible as far as I remember.

reply via email to

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