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

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

bug#13616: [24.3.50] `interactive-p' is used


From: Xue Fuqiao
Subject: bug#13616: [24.3.50] `interactive-p' is used
Date: Sun, 3 Feb 2013 11:29:25 +0800

On Sat, 02 Feb 2013 22:12:27 -0500
Glenn Morris <rgm@gnu.org> wrote:

> Thanks for the report. However, we are aware of the byte-compilation
> warnings that are produced when building Emacs, and we don't need bug
> reports filing about them to remind us, so I am just going to close this
> and the other ones. For example, in some cases those modes wish to
> remain compataible with older Emacs versions. This does no harm.

As far as I'm concerned, if some modes wish to remain compatible with older 
Emacs versions, it can use:

(if (< emacs-major-version 23) ...

or

(when (fboundp ...

-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao





reply via email to

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