[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Shouldn't custom.el load wid-edit.el?
From: |
Richard Stallman |
Subject: |
Re: Shouldn't custom.el load wid-edit.el? |
Date: |
Fri, 28 Dec 2007 08:54:48 -0500 |
But it means that `defcustom' does not recognize those built-in Emacs types
that wid-edit.el defines.
What do you mean, "recognize"? In what sense does `defcustom' need to
"recognize" a type? All it does is record the type to be used if and
when you try to DO something with the variable later. That is when
we want wid-edit.el to be loaded.