mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00: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
@ -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…
Reference in New Issue
Block a user