[Top][All Lists]
[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.
- Semantics of autoload cookies on defcustoms, Stefan Monnier, 2006/07/05
- Re: Semantics of autoload cookies on defcustoms, Richard Stallman, 2006/07/07
- Re: Semantics of autoload cookies on defcustoms, T. V. Raman, 2006/07/07
- Re: Semantics of autoload cookies on defcustoms, Stefan Monnier, 2006/07/07
- Re: Semantics of autoload cookies on defcustoms, Richard Stallman, 2006/07/07
- Re: Semantics of autoload cookies on defcustoms, Stefan Monnier, 2006/07/07
- Re: Semantics of autoload cookies on defcustoms, Richard Stallman, 2006/07/08
- Re: Semantics of autoload cookies on defcustoms, Stefan Monnier, 2006/07/09
- Re: Semantics of autoload cookies on defcustoms,
Richard Stallman <=
- Re: Semantics of autoload cookies on defcustoms, Stefan Monnier, 2006/07/10
- Re: Semantics of autoload cookies on defcustoms, Richard Stallman, 2006/07/11
- Re: Semantics of autoload cookies on defcustoms, Stefan Monnier, 2006/07/13
- Re: Semantics of autoload cookies on defcustoms, Richard Stallman, 2006/07/16
- Re: Semantics of autoload cookies on defcustoms, Stefan Monnier, 2006/07/22