emacs-devel
[Top][All Lists]
Advanced

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

Using " rather than < for header files in Emacs


From: Wilfred Hughes
Subject: Using " rather than < for header files in Emacs
Date: Wed, 2 Mar 2016 22:30:48 +0000

I've noticed that it's common for Emacs C code to say:

#include <config.h>

or

#include <c-ctype.h>

even though these headers are from Emacs source, not system headers.
Are we interested in fixing this? I.e. to write

#include "config.h"

I've attached an example patch.

Attachment: c_include_formatting.diff
Description: Text document


reply via email to

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