help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to see that a variable holds t


From: Cecil Westerhof
Subject: Re: How to see that a variable holds t
Date: Wed, 06 Jan 2010 14:29:19 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux)

pjb@informatimago.com (Pascal J. Bourguignon) writes:

>      (defun switch-gnus-idle-daemon-do-log ()
>        (interactive)
>        (setq gnus-idle-daemon-do-log
>              (case gnus-idle-daemon-do-log
>                ((t)       10)
>                (otherwise t)))
>        (message "gnus-idle-daemon-do-log: %s"
>        gnus-idle-daemon-do-log))

As earlier said: it works, but I do not understand the difference
between:
    ((t)       10)
and:
    (t       10)

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof


reply via email to

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