1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00
emacs/src
2014-09-18 23:59:55 +03:00
..
bitmaps
.dbxinit
.gdbinit Fix GDB xwindow command. 2014-07-28 10:10:17 +03:00
.gitignore Ignore stamp-h.in 2012-08-05 23:44:21 +02:00
alloc.c Attempt to fix bug #17771 with segfault if "C-h h" is interrupted. 2014-06-13 16:53:24 +03:00
atimer.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
atimer.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
autodeps.mk Simplify data_start configuration. 2013-02-24 21:55:37 -08:00
bidi.c src/bidi.c: Describe the design of reordering engine in the commentary. 2014-04-06 18:56:01 +03:00
blockinput.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
buffer.c Fix bug with uninitialized undo list of an indirect buffer (Bug#18180). 2014-08-05 10:04:38 +04:00
buffer.h src/buffer.h, src/frame.h: Clarify doc of optimization variables. 2014-04-04 12:59:50 -04:00
bytecode.c * src/bytecode.c (exec_byte_code): Rework the volatiles. Most importantly, 2014-04-12 22:51:11 -04:00
callint.c Misc small fixes. 2014-01-31 11:41:54 +02:00
callproc.c * src/callproc.c (call_process): Don't check read-only if we don't insert 2014-06-02 14:42:07 -04:00
casefiddle.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
casetab.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
category.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
category.h Simplify and port recent bool vector changes. 2013-11-04 23:11:24 -08:00
ccl.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
ccl.h Use bool for boolean, focusing on headers. 2013-12-14 13:36:44 -08:00
ChangeLog * src/image.c (imagemagick_load_image): Add delay to imagemagick metadata. 2014-09-18 23:59:55 +03:00
ChangeLog.1 ChangeLog fixes 2014-01-16 20:54:23 -05:00
ChangeLog.2 ChangeLog fixes 2014-01-16 20:54:23 -05:00
ChangeLog.3 Fix ChangeLog typos. 2014-01-26 01:47:40 +01:00
ChangeLog.4 ChangeLog fixes 2014-01-14 22:06:07 -05:00
ChangeLog.5 ChangeLog fixes 2014-01-14 22:06:07 -05:00
ChangeLog.6 ChangeLog fixes 2014-01-16 20:54:23 -05:00
ChangeLog.7 ChangeLog fixes 2014-01-14 22:06:07 -05:00
ChangeLog.8 Fix ChangeLog typos. 2014-01-26 01:47:40 +01:00
ChangeLog.9 Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
ChangeLog.10 ChangeLog fixes 2014-01-14 22:06:07 -05:00
ChangeLog.11 Fix ChangeLog typos. 2014-01-26 01:47:40 +01:00
ChangeLog.12 ChangeLog fixes 2014-01-21 00:49:46 -08:00
character.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
character.h * character.h: Fix misspelling of file name in comment. 2014-02-14 08:11:11 -08:00
charset.c * src/charset.c (init_charset): When we cannot find the charsets directory, 2014-03-19 21:21:52 -04:00
charset.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
chartab.c Spelling and punctuation fixes. 2013-12-01 14:33:13 -08:00
cm.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cm.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cmds.c * src/cmds.c (Fself_insert_command): Allow zero repeat count. 2014-05-30 19:53:29 -07:00
coding.c src/coding.c: Fix typos in comments and doc strings. 2014-08-06 20:37:22 +03:00
coding.h Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.edu to preserve the code detection behavior of 24.3. 2014-01-29 22:21:25 +09:00
commands.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
composite.c * composite.c (fill_gstring_header): Pass positions as C integers 2014-02-13 16:16:42 +04:00
composite.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
conf_post.h * src/conf_post.h (strnicmp) [CYGWIN && HAVE_NTGUI]: Define. (Bug#18366) 2014-08-30 15:47:56 -04:00
COPYING
cygw32.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cygw32.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
data.c Prefer ptrdiff_t to int and avoid integer overflows. 2014-09-16 08:07:51 +04:00
dbusbind.c * dbusbind.c (Fdbus__init_bus, Qdbus__init_bus, Sdbus__init_bus): 2014-02-27 16:36:14 +01:00
decompress.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
deps.mk Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
dired.c Fix bug with clang + directory_files_internal + GC. 2014-08-02 15:58:09 -07:00
dispextern.h src/dispextern.h: Commentary fix. 2014-09-15 18:29:40 +03:00
dispnew.c Fix bug #18419 with disappearing line numbers when minibuffer is resized. 2014-09-07 20:16:36 +03:00
disptab.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
doc.c Backport doc.c fix from trunk. 2014-03-20 17:10:29 -07:00
doprnt.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
dosfns.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
dosfns.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
editfns.c More backward-compatible fix to char-equal core dump. 2014-03-26 10:55:31 -07:00
emacs-icon.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
emacs.c * emacs.c (close_output_streams): Don't clear and restore errno. 2014-04-17 23:40:15 -07:00
emacsgtkfixed.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
emacsgtkfixed.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
epaths.in Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
eval.c Always use matched specpdl entry to record call arguments (Bug#18473). 2014-09-16 08:04:56 +04:00
fileio.c Prefer ptrdiff_t to int and avoid integer overflows. 2014-09-16 08:07:51 +04:00
filelock.c Add some Authors: headers based on authors.el. 2014-02-25 13:32:52 -05:00
firstfile.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
floatfns.c Doc fixes 2014-05-01 19:55:25 -04:00
fns.c * fns.c (Frandom): Fix rare bug where the result isn't random. 2014-03-19 14:14:32 -07:00
font.c Prefer ptrdiff_t to int and avoid integer overflows. 2014-09-16 08:07:51 +04:00
font.h Fix the MSDOS build. 2014-04-16 16:27:28 +03:00
fontset.c Fix bug #18162 with assertion violations due to empty face cache. 2014-08-07 18:18:10 +03:00
fontset.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
frame.c Clarify the doc strings of mouse-position and set-mouse-position. 2014-09-18 20:20:57 +03:00
frame.h src/buffer.h, src/frame.h: Clarify doc of optimization variables. 2014-04-04 12:59:50 -04:00
fringe.c In draw_fringe_bitmap_1 don't draw fringe if it's outside the window (Bug#16649). 2014-02-05 11:46:44 +01:00
ftfont.c Fix two memory leaks discovered with Valgrind. 2014-01-23 16:18:08 +04:00
ftfont.h
ftxfont.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
getpagesize.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
gfilenotify.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
gmalloc.c * src/gmalloc.c (_malloc_mutex, _aligned_blocks_mutex) [CYGWIN]: Use ERRORCHECK mutexes. (Bug#18222) 2014-08-11 11:25:08 -04:00
gnutls.c gnutls.c (Fgnutls_boot): Fix case of :verify-error = t. 2014-03-17 17:29:56 -04:00
gnutls.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
gtkutil.c Fix a few crashes and leaks when cloning C strings. 2014-02-28 13:45:34 -08:00
gtkutil.h Make GTK+ menus work correctly with Unity global menu 2014-01-12 17:40:35 -08:00
image.c * src/image.c (imagemagick_load_image): Add delay to imagemagick metadata. 2014-09-18 23:59:55 +03:00
indent.c Fix bug #18276 with vertical motion through a display property. 2014-08-18 18:34:49 +03:00
indent.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
inotify.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
insdel.c Fix bug #17269 with corruption of the newline cache. 2014-04-17 10:24:40 +03:00
intervals.c * src/intervals.c: Tighten assertions. 2014-05-01 11:15:46 -04:00
intervals.h * buffer.c (Fkill_buffer): When killing an indirect buffer, 2014-01-21 06:28:57 +04:00
keyboard.c * src/keyboard.c (read_key_sequence): Don't invoke Vprefix_help_command 2014-06-18 23:48:18 -04:00
keyboard.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
keymap.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
keymap.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
lastfile.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
lisp.h Always use matched specpdl entry to record call arguments (Bug#18473). 2014-09-16 08:04:56 +04:00
lisp.mk Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
lread.c src/lread.c (Funintern): Fix doc to match advertised calling convention. 2014-02-25 23:51:34 +01:00
macfont.h * macfont.h (macfont_update_antialias_threshold): Declare. 2014-07-20 15:18:47 +02:00
macfont.m * macfont.h (macfont_update_antialias_threshold): Declare. 2014-07-20 15:18:47 +02:00
macros.c Fixes: debbugs:18140 2014-07-29 10:08:04 +02:00
macros.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
macuvs.h Include sources used to create macuvs.h. 2014-05-26 08:48:28 -07:00
Makefile.in Include sources used to create macuvs.h. 2014-05-26 08:48:28 -07:00
makefile.w32-in Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
marker.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
menu.c * menu.c (Fx_popup_dialog): Set Vmenu_updating_frame to avoid crash 2014-07-01 12:07:32 +04:00
menu.h Fix bug #16636 with simple dialogs on MS-Windows. 2014-02-04 18:13:51 +02:00
minibuf.c * lisp/emacs-lisp/timer.el (timer-event-handler): Don't run if canceled. 2014-05-18 08:58:30 -04:00
msdos.c Fix the MSDOS build. 2014-04-16 16:27:28 +03:00
msdos.h Fix the MSDOS build. 2014-04-16 16:27:28 +03:00
nsfns.m Fix typo in previous 2014-02-11 13:05:01 -05:00
nsfont.m Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
nsgui.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
nsimage.m Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
nsmenu.m Backport from trunk. 2014-04-04 18:32:24 +02:00
nsselect.m * nsselect.m (Fx_selection_exists_p): Just return Qnil if window system 2014-05-05 19:37:43 +02:00
nsterm.h * macfont.h (macfont_update_antialias_threshold): Declare. 2014-07-20 15:18:47 +02:00
nsterm.m * nsterm.m (updateFrameSize:, initFrameFromEmacs:) 2014-09-09 19:46:28 +02:00
print.c * print.c (Fexternal_debugging_output): Add cast to pacify 2014-02-03 11:05:28 +04:00
process.c Handle systems without WCONTINUED consistently. 2014-05-03 13:13:10 -07:00
process.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
profiler.c Doc fixes 2014-05-01 19:55:25 -04:00
puresize.h * src/puresize.h (BASE_PURESIZE): Add 1%, for safety. 2014-06-25 16:26:01 -04:00
ralloc.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
README Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
regex.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
regex.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
region-cache.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
region-cache.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
scroll.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
search.c Fix debugging code for checking the newline cache. 2014-04-23 18:21:25 +03:00
sheap.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
sound.c Fix expansion and encoding of sound file names on MS-Windows. 2014-09-13 11:26:44 +03:00
syntax.c Fix bug #18339 with segfault when $ is typed into empty LaTeX buffer. 2014-08-28 19:26:39 +03:00
syntax.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
sysdep.c src/sysdep.c (emacs_full_write): Fix a typo in a comment. 2014-09-03 21:13:45 +03:00
sysselect.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
syssignal.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
sysstdio.h Use emacs_open more consistently when opening files. 2013-07-05 19:40:50 -07:00
systime.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
systty.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
syswait.h Handle systems without WCONTINUED consistently. 2014-05-03 13:13:10 -07:00
term.c Attempt to solve bug #17497 by minimizing cursor motion during TTY menu updates. 2014-06-04 12:16:46 +03:00
termcap.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
termchar.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
termhooks.h Fix the MSDOS build. 2014-04-16 16:27:28 +03:00
terminal.c * terminal.c (initial_free_frame_resources): New function. 2014-01-28 09:55:06 +04:00
terminfo.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
termopts.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
textprop.c Space before paren, updating recent change. 2014-01-14 09:59:19 -08:00
tparam.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
tparam.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
undo.c Undo in region after markers in undo history relocated 2014-03-24 22:47:39 -04:00
unexaix.c Fix port to 32-bit AIX. 2014-05-21 22:00:39 -07:00
unexcoff.c Fix the MSDOS build. 2014-04-16 16:27:28 +03:00
unexcw.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
unexec.h
unexelf.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
unexhp9k800.c Fix subspace record bug on HP-UX 10.20. 2014-02-13 09:23:08 -08:00
unexmacosx.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
unexsol.c Prefer list1 (X) to Fcons (X, Qnil) when building lists. 2013-07-15 23:39:49 -07:00
unexw32.c Fix minor build problems related to MinGW64. 2014-01-11 15:36:06 +02:00
vm-limit.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w16select.c Fix last commit of src/w16select.c. 2014-07-17 18:40:18 +03:00
w32.c Fix bug #18420 with deadlocks communicating with subprocess on MS-Windows. 2014-09-14 18:18:39 +03:00
w32.h Another fix for handling of file names on Windows 9X. 2014-02-06 17:27:46 +02:00
w32common.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32console.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32fns.c Document the behavior of file selection dialogs on Windows 7 (bug #17950). 2014-07-12 12:25:29 +03:00
w32font.c Fix Cygwin w32 build broken by last commit in w32font.c. 2014-01-19 17:42:48 +02:00
w32font.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32gui.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32heap.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32heap.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32inevt.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32inevt.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32menu.c Fix bug #16636 with simple dialogs on MS-Windows. 2014-02-04 18:13:51 +02:00
w32notify.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32proc.c Fix crashes in itimers on Windows 9X. 2014-02-13 22:54:07 +02:00
w32reg.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32select.c Fix setting up coding-systems for clipboard access on MS-Windows and MS-DOS. 2014-07-17 18:37:48 +03:00
w32select.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32term.c Fix display of hollow-box and hbar cursors on r2L lines. 2014-09-16 18:53:36 +03:00
w32term.h Fix bug #16636 with simple dialogs on MS-Windows. 2014-02-04 18:13:51 +02:00
w32uniscribe.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32xfns.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
widget.c Fix minor --enable-gcc-warnings issues. 2014-03-04 22:28:20 -08:00
widget.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
widgetprv.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
window.c In Fresize_mini_window_internal set w->total_lines from w->pixel_height (Bug#18422). 2014-09-11 10:47:34 +02:00
window.h Fix bug #17892 with mode/header line and display margins. 2014-07-01 20:07:24 +03:00
xdisp.c Fix bug #18490 with redisplay of other windows showing a narrowed buffer. 2014-09-18 18:10:33 +03:00
xfaces.c * xfaces.c (init_frame_faces): Always realize basic faces (#Bug17889). 2014-07-01 11:30:33 +04:00
xfns.c Fix bug with an attempt to select uninitialized frame (Bug#18161). 2014-08-03 11:19:43 +04:00
xfont.c Avoid crashes when X fonts are erroneously freed on reused X 2014-03-03 12:27:58 +04:00
xftfont.c Avoid crashes when X fonts are erroneously freed on reused X 2014-03-03 12:27:58 +04:00
xgselect.c Fix freezing with scroll bars of GTK3 Toolkit. 2014-04-21 11:55:28 -04:00
xgselect.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xmenu.c * xmenu.c (create_and_show_popup_menu): Port comment to C89. 2014-01-29 10:39:11 -08:00
xml.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xrdb.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xselect.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xsettings.c * xsettings.c (init_gsettings): Use g_settings_schema_source_lookup 2014-05-10 12:42:08 +02:00
xsettings.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xsmfns.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xterm.c Fix display of hollow-box and hbar cursors on r2L lines. 2014-09-16 18:53:36 +03:00
xterm.h Avoid 100% CPU utilization on ssh session exit. 2014-08-02 14:31:18 -07:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001-2014 Free Software Foundation, Inc.
See the end of the file for license conditions.


This directory contains the source files for the C component of GNU Emacs.
Nothing in this directory is needed for using Emacs once it is built
and installed, if the dumped Emacs (on Unix systems) is copied elsewhere.

See the files ../README and then ../INSTALL for installation instructions.

Under GNU and Unix systems, the file `Makefile.in' is used as a
template by the script `../configure' to produce `Makefile'.  This
is the file which actually controls the compilation of Emacs.
All of this should work transparently to the user; you should only
need to run `../configure', and then type `make'.


This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.