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

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

bug#27706: MacOS: decode-time hang


From: Noam Postavsky
Subject: bug#27706: MacOS: decode-time hang
Date: Sat, 30 Sep 2017 17:21:49 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.60 (gnu/linux)

Alan Third <alan@idiocy.org> writes:

>     (string-equal system-type "darwin")

`system-type' contains a symbol, so generally the comparison should look
like this (unless there is some strong reason to do string comparison)

    (eq system-type 'darwin)





reply via email to

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