1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08:00
emacs/src
2014-05-28 15:41:48 +04:00
..
bitmaps
.dbxinit
.gdbinit Remove DATA_SEG_BITS. 2014-04-16 08:16:35 -07:00
.gitignore
alloc.c Avoid marking too deep portions of stack in mark_stack. 2014-05-24 15:02:25 +03:00
atimer.c Handle sigmask better with nested signal handlers. 2014-03-25 07:43:26 -07: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 Use mmap(2) emulation for buffer text on MS-Windows. 2014-05-27 20:31:17 +03:00
buffer.h * src/window.c (Fset_window_configuration): Deactivate the mark before 2014-04-23 23:59:19 -04:00
bytecode.c * src/bytecode.c (FETCH) [BYTE_CODE_SAFE]: Check the bytecode wasn't 2014-05-27 19:48:35 -04:00
callint.c * src/callint.c (Ffuncall_interactively): New function. 2014-05-27 20:09:14 -04:00
callproc.c Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca 2014-04-16 12:43:46 -07: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 * xterm.c (x_free_frame_resources): Fix last change. 2014-05-28 15:41:48 +04: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 Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'. 2014-04-05 12:30:36 -07:00
charset.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
chartab.c Rename EARRAYSIZE to ARRAYELTS 2014-04-03 13:46:04 -07: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 On X, always make pointer visible when deleting frame (Bug#17609). 2014-05-28 12:00:10 +04:00
coding.c Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'. 2014-04-05 12:30:36 -07:00
coding.h Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'. 2014-04-05 12:30:36 -07: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 Supply malloc and alloc_size attributes for extern allocators. 2014-05-22 09:40:35 -07: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 * lisp/subr.el (zerop): Move from C. Add compiler-macro. 2014-05-27 20:50:44 -04:00
dbusbind.c * dbusbind.c (xd_signature): Revert last 2 patches. 2014-05-20 10:25:18 +02: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 Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca 2014-04-16 12:43:46 -07:00
dispextern.h Improve window dividers code. 2014-02-04 08:36:58 +01:00
dispnew.c Various window code related fixes and documentation changes. 2014-03-05 14:50:48 +01:00
disptab.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
doc.c Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'. 2014-04-05 12:30:36 -07:00
doprnt.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
dosfns.c Rename EARRAYSIZE to ARRAYELTS 2014-04-03 13:46:04 -07: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 Use mmap(2) emulation for buffer text on MS-Windows. 2014-05-27 20:31:17 +03: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 * eval.c (call_debugger): When exiting the debugger, do not allow 2014-02-10 13:48:17 +04:00
fileio.c Merge from emacs-24; up to 2014-05-12T06:15:47Z!rgm@gnu.org 2014-05-11 23:59:30 -07:00
filelock.c Doc tweaks related to file locking 2014-03-25 21:24:01 -04: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 * doc/lispref/sequences.texi (Sequence Functions): Update nreverse. 2014-05-21 11:49:58 +08:00
font.c * font.c (font_matching_entity): Extract font-entity object 2014-05-19 11:54:39 +04:00
font.h Fix the MSDOS build. 2014-04-16 16:27:28 +03:00
fontset.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
fontset.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
frame.c On X, always make pointer visible when deleting frame (Bug#17609). 2014-05-28 12:00:10 +04:00
frame.h On X, always make pointer visible when deleting frame (Bug#17609). 2014-05-28 12:00:10 +04:00
fringe.c Rename EARRAYSIZE to ARRAYELTS 2014-04-03 13:46:04 -07: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 Supply malloc and alloc_size attributes for extern allocators. 2014-05-22 09:40:35 -07:00
gnutls.c Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'. 2014-04-05 12:30:36 -07: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 Supply malloc and alloc_size attributes for extern allocators. 2014-05-22 09:40:35 -07:00
image.c Use mmap(2) emulation for buffer text on MS-Windows. 2014-05-27 20:31:17 +03:00
indent.c Fix bug #17244 with line-move-visual when display string covers a lot of text. 2014-04-12 14:21:47 +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 Merge from emacs-24; up to 2014-04-16T15:28:06Z!eggert@cs.ucla.edu 2014-04-19 01:36:51 +02: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 On X, always make pointer visible when deleting frame (Bug#17609). 2014-05-28 12:00:10 +04:00
keyboard.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
keymap.c Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'. 2014-04-05 12:30:36 -07:00
keymap.h Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'. 2014-04-05 12:30:36 -07:00
lastfile.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
lisp.h Use mmap(2) emulation for buffer text on MS-Windows. 2014-05-27 20:31:17 +03:00
lisp.mk Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
lread.c Correctly macroexpand top-level forms during eager macroexpand 2014-04-22 00:04:34 -07:00
macfont.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
macfont.m Simplify NS font driver draw, merge from Macport. 2014-05-25 12:28:52 +02:00
macros.c * macros.c (Fexecute_kbd_macro): Doc fix. 2014-02-08 17:48:47 -08:00
macros.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
macuvs.h Forgot to add files. 2013-09-15 21:36:20 +02:00
Makefile.in Use mmap(2) emulation for buffer text on MS-Windows. 2014-05-27 20:31:17 +03: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 Fix the MSDOS build. 2014-04-16 16:27:28 +03:00
menu.h Fix bug #16636 with simple dialogs on MS-Windows. 2014-02-04 18:13:51 +02:00
minibuf.c Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.org 2014-05-25 19:28:09 -07:00
msdos.c Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca 2014-04-16 12:43:46 -07:00
msdos.h Fix the MSDOS build. 2014-04-16 16:27:28 +03:00
nsfns.m * nsfns.m (Fns_do_applescript): Put code in the wrong place. Here is correct. 2014-05-26 13:26:24 +02:00
nsfont.m Simplify NS font driver draw, merge from Macport. 2014-05-25 12:28:52 +02: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 * nsfns.m (ns_do_applescript): Surround executeAndReturnError 2014-05-26 13:16:47 +02:00
nsterm.m * nsfns.m (ns_do_applescript): Surround executeAndReturnError 2014-05-26 13:16:47 +02:00
print.c * print.c (Fexternal_debugging_output): Add cast to pacify 2014-02-03 11:05:28 +04:00
process.c Don't kill already-reaped process. 2014-05-26 20:46:30 -07:00
process.h Handle sigmask better with nested signal handlers. 2014-03-25 07:43:26 -07:00
profiler.c Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.edu 2014-05-04 12:37:56 -07:00
puresize.h Fix bug #17255 with insufficient pure space on 32-bit Posix builds. 2014-04-13 10:33:15 +03: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 Assume C99 or later. 2014-05-17 01:11:31 -07: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 Merge from emacs-24; up to 2014-04-25T10:35:01Z!michael.albinus@gmx.de 2014-04-25 18:11:07 +02:00
sheap.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
sound.c Handle sigmask better with nested signal handlers. 2014-03-25 07:43:26 -07:00
syntax.c * syntax.c (Fskip_syntax_backward): Doc clarification. 2014-02-07 21:12:47 -08:00
syntax.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
sysdep.c Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca 2014-04-16 12:43:46 -07:00
sysselect.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
syssignal.h Port recent signal-related changes to FreeBSD. 2014-03-27 15:52:14 -07: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 Minor cleanup for terminal setup. 2014-05-14 17:55:37 +04: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 Minor cleanup for terminal setup. 2014-05-14 17:55:37 +04:00
terminal.c Minor cleanup for terminal setup. 2014-05-14 17:55:37 +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 Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca 2014-04-16 12:43:46 -07:00
unexcw.c Rename EARRAYSIZE to ARRAYELTS 2014-04-03 13:46:04 -07: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 Use mmap(2) emulation for buffer text on MS-Windows. 2014-05-27 20:31:17 +03:00
vm-limit.c Remove DATA_SEG_BITS. 2014-04-16 08:16:35 -07:00
w16select.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32.c Minor fixes for MS-Windows MinGW64 build. 2014-05-26 19:55:28 +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 Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.org 2014-05-25 19:28:09 -07: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 Use mmap(2) emulation for buffer text on MS-Windows. 2014-05-27 20:31:17 +03:00
w32heap.h Use mmap(2) emulation for buffer text on MS-Windows. 2014-05-27 20:31:17 +03: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 src/*.c: Silence a few warnings about unused vars and functions. 2014-03-26 11:21:55 +01:00
w32proc.c src/*.c: Silence a few warnings about unused vars and functions. 2014-03-26 11:21:55 +01:00
w32reg.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32select.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32select.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32term.c * src/w32term.c (x_delete_display): Don't free dpyinfo->w32_id_name (see bug#17510). 2014-05-26 08:31:46 -04: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 * src/window.c (struct saved_window): Remove mark. 2014-04-29 11:16:07 -04:00
window.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xdisp.c Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.org 2014-05-25 19:28:09 -07:00
xfaces.c Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'. 2014-04-05 12:30:36 -07:00
xfns.c * xfns.c (Fx_window_property): Remove unused local. 2014-05-26 23:35:54 -07: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 Merge from emacs-24; up to 2014-04-22T20:19:17Z!eggert@cs.ucla.edu 2014-04-22 14:32:51 -07: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 Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'. 2014-04-05 12:30:36 -07:00
xterm.c * xterm.c (x_free_frame_resources): Fix last change. 2014-05-28 15:41:48 +04:00
xterm.h If available, use Xfixes extension to do pointer blanking. 2014-05-13 18:18:54 +04: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/>.