all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* dired.c
@ 2011-04-23  8:57 Andrea Crotti
  2011-04-25  6:08 ` dired.c Paul Eggert
  0 siblings, 1 reply; 6+ messages in thread
From: Andrea Crotti @ 2011-04-23  8:57 UTC (permalink / raw)
  To: emacs-devel

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-05-04 19:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-23  8:57 dired.c Andrea Crotti
2011-04-25  6:08 ` dired.c Paul Eggert
2011-04-25  6:50   ` dired.c Eli Zaretskii
2011-04-25 13:40   ` dired.c Stefan Monnier
2011-04-26 11:58     ` dired.c Andrea Crotti
2011-05-04 19:53       ` dired.c Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.