emacs-devel
[Top][All Lists]
Advanced

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

Is it time to remove INTERNAL_FIELD?


From: Oleh Krehel
Subject: Is it time to remove INTERNAL_FIELD?
Date: Thu, 23 Apr 2015 11:55:29 +0200

Hi all,

In an effort to make the mark and mark-active be window-local (like the
point) and not buffer-local, I've started learning the way that the
Emacs C code is organized.

This macro looks to me as more confusing than useful:

    #define INTERNAL_FIELD(field) field ## _

It's got <200 uses, and this comment, dated 2012:

    /* Deprecated and will be removed soon.  */

Can I remove it? I suppose the way to do it is just to expand all
occurences?

Oleh



reply via email to

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