emacs-devel
[Top][All Lists]
Advanced

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

Re: Dynamic loading progress


From: Stephen Leake
Subject: Re: Dynamic loading progress
Date: Thu, 19 Nov 2015 11:57:48 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt)

Paul Eggert <address@hidden> writes:

> Also, the file name "emacs_module.h" doesn't use the usual Emacs style
> rules; hyphen not underscore. But as you say, "module.h" would be
> better anyway. I'll change it to "module.h" for now; if there's some
> reason it needs an "emacs" prefix we can change it to "emacs-module.h"
> later.

"emacs_module.h" is the only Emacs file that client code (that defines
modules) includes. Therefore, it should have "emacs" in the name for
namespace management; client code might have "module.h" for some other
purpose.

Changing to "emacs-module.h" makes sense.

-- 
-- Stephe



reply via email to

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