emacs-devel
[Top][All Lists]
Advanced

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

Re: Semantics of autoload cookies on defcustoms


From: Richard Stallman
Subject: Re: Semantics of autoload cookies on defcustoms
Date: Sun, 09 Jul 2006 15:04:20 -0400

    -              (if (equal setter ''custom-set-minor-mode)
    -                  `(put ',varname 'custom-set 'custom-set-minor-mode))))))

I think it would be incorrect to delete those two lines.  In the
existing code, that `put' call is output in addition to the
`custom-autoload' call.  With your change, only the `custom-autoload'
call would be output in that case.

I am pretty sure we added that `put' call a few months ago to fix a bug.
Deleting it would bring back the bug.




reply via email to

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