1
0
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:
Richard M. Stallman 1997-05-12 01:19:54 +00:00
parent ceaa369594
commit 9dfa30b596

View File

@ -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.