How to determine operating system in elisp?

Viewed 19514

How do I programmatically determine which OS Emacs is running under in ELisp?

I would like to run different code in .emacs depending on the OS.

7 Answers
Related