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

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

Re: code listp to determine wich os I'm running on


From: Stefan Monnier
Subject: Re: code listp to determine wich os I'm running on
Date: Fri, 31 Jan 2014 08:28:36 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> (message system-type)

This should signal an error, since system-type is not a string and is
hence inappropriate for the first arg of message.
So, if you don't see any error message in your *Messages*, that means
this bit of code was not executed.


        Stefan




reply via email to

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