mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(defcustom): Get rid of eval-and-compile.
The compiler should now handle custom-declare-variables on its own.
This commit is contained in:
parent
ceaa369594
commit
9dfa30b596
1 changed files with 1 additions and 2 deletions
|
|
@ -185,8 +185,7 @@ The following KEYWORD's are defined:
|
|||
|
||||
Read the section about customization in the Emacs Lisp manual for more
|
||||
information."
|
||||
`(eval-and-compile
|
||||
(custom-declare-variable (quote ,symbol) (quote ,value) ,doc ,@args)))
|
||||
`(custom-declare-variable (quote ,symbol) (quote ,value) ,doc ,@args))
|
||||
|
||||
;;; The `defface' Macro.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue