emacs-devel
[Top][All Lists]
Advanced

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

dired.c


From: Andrea Crotti
Subject: dired.c
Date: Sat, 23 Apr 2011 10:57:22 +0200

I was looking around the C code trying to understand better how
everything works and I noticed the following thing.

In the file dired.c there is an
#include <setjmp.h>

But no symbols in dired.c depend from that header, so I tried to remove
it and it turns out that it's needed in lisp.h, which is included later.

So why is not included in lisp.h instead?
What's the reason to do such a thing?

-- 
GNU Emacs 24.0.50.1 (x86_64-apple-darwin10.7.0, NS apple-appkit-1038.35)
of 2011-04-23



reply via email to

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