emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: eval-when-compile vs defconst


From: Richard Stallman
Subject: Re: eval-when-compile vs defconst
Date: Sun, 12 Nov 2006 00:14:40 -0500

    I ran across this construct in ada-mode.el:

    (eval-when-compile
      (defconst ada-95-string-keywords
        '("abstract" "aliased" "protected" "requeue" "tagged" "until")
        "List of keywords new in Ada 95.
    Used to define `ada-*-keywords'."))

    Is there any point to the 'eval-when-compile'? Help for
    eval-when-compile says;

No, you may as well define that variable in all cases.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]