emacs-devel
[Top][All Lists]
Advanced

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

Re: How to fix Emacs24 compiler warning w/o breaking code for previous v


From: Eli Zaretskii
Subject: Re: How to fix Emacs24 compiler warning w/o breaking code for previous versions
Date: Fri, 17 Jun 2011 10:17:37 +0300

> From: "Stephen J. Turnbull" <address@hidden>
> Date: Fri, 17 Jun 2011 15:34:27 +0900
> Cc: address@hidden
> 
> XEmacs has `emacs-version>=', although my local Emacs (21.2.1) doesn't
> seem to (not with any spelling starting with "emacs-version", anyway).

The Emacs way of doing that is

  (version<= "23.2" emacs-version)

This was introduced in Emacs 22.1.



reply via email to

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