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

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

RE: win or linux conditional


From: Rehm, Keith
Subject: RE: win or linux conditional
Date: Tue, 23 Oct 2001 18:24:49 -0400

I've used something like:

(defvar emacs-type
  (cond ((string-match "win32" (emacs-version)) 'native)
        ((string-match "cygwin" (emacs-version)) 'cygwin)))

Keith





reply via email to

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