1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00
emacs/src
Eli Zaretskii ccdaf04cfd Fix the MSDOS build
* config.bat:
* msdos/sedlisp.inp:
* msdos/sedlibmk.inp:
* msdos/sedleim.inp:
* msdos/sedadmin.inp:
* msdos/sed6.inp:
* msdos/sed3v2.inp:
* msdos/sed2v2.inp:
* msdos/sed1v2.inp: Adapt to Emacs 25.

* src/process.c (remove_slash_colon): Move out of "#ifdef
subprocesses" block, as it its called unconditionally.  Move
ADD_SUBFEATURE calls into "#ifdef subprocesses" block, as they
reference variables only defined in that block.
* src/msdos.h: Provide prototypes for IT_set_frame_parameters,
faccessat, msdos_fatal_signal, syms_of_msdos, pthread_sigmask,
dos_keysns, dos_keyread, run_msdos_command, and
syms_of_win16select, to avoid compiler warnings.
* src/msdos.c (SYS_ENVIRON): Define to either '_environ' or
'environ', depending on the DJGPP version.
Remove declarations of externally-visible Lisp objects, like
Qbackground_color and Qreverse.
(run_msdos_command): First argument is not signed, not unsigned.
Use SYS_ENVIRON.
(sys_select): Use 'timespec_cmp' instead of 'timespec_sign', as
the latter doesn't work when 'time_t' is an unsigned data type.
This caused idle timers to behave incorrectly: they only fired
after a keyboard input event.
* src/frame.c (adjust_frame_size) [MSDOS]: Account for
FRAME_TOP_MARGIN that isn't counted in the frame's number of
lines, but dos_set_window_size needs it to be added.
* src/lread.c (INFINITY, NAN) [DJGPP < 2.05]: Provide definitions.
* src/fns.c (sort_vector_copy) [__GNUC__ < 4]: Provide a prototype
that works around compilation errors with older GCC versions.
* src/w16select.c: Don't declare QCLIPBOARD and QPRIMARY as Lisp
Objects.
* src/filelock.c [MSDOS]: Ifdef away most of the code.  Provide
no-op implementations for 'lock_file' and 'unlock_file'.
(Ffile_locked_p) [MSDOS]: Always return nil.  This avoids multiple
ifdefs in all users of filelock.c functionality.
* src/conf_post.h (EOVERFLOW, SIZE_MAX) [DJGPP < 2.04]: Define.
* src/emacs.c [MSDOS]: Include dosfns.h, to avoid compiler
warnings.
* src/dosfns.h: Provide prototypes for dos_cleanup,
syms_of_dosfns, and init_dosfns.
* src/deps.mk (atimer.o): Depend on msdos.h.
(emacs.o): Depend on dosfns.h.
* src/atimer.c [MSDOS]: Include msdos.h, to avoid compiler
warnings.

* lisp/window.el (window--adjust-process-windows): Skip the body
if 'process-list' is not available.  This avoids failure to start
up on MS-DOS.
* lisp/vc/diff.el (diff-no-select): Test 'make-process', not
'start-process', as the latter is now available on all platforms.
* lisp/textmodes/ispell.el (ispell-async-processp): Replace
'start-process' with 'make-process' in a comment.
* lisp/term/internal.el (IT-unicode-translations): Modify and add
a few translations to display Info files with Unicode markup.  Fix
an ancient off-by-one mismatch error with Unicode codepoints.
* lisp/progmodes/compile.el (compilation-start): Test
'make-process', not 'start-process', as the latter is now
available on all platforms.
* lisp/man.el (Man-build-man-command, Man-getpage-in-background):
Test 'make-process', not 'start-process', as the latter is now
available on all platforms.
* lisp/international/mule-cmds.el (set-coding-system-map): Test
'make-process', not 'start-process', as the latter is now
available on all platforms.
* lisp/eshell/esh-cmd.el (eshell-do-pipelines-synchronously): Doc
fix.
(eshell-execute-pipeline): Test 'make-process', not
'start-process', as the latter is now available on all platforms.
2016-04-30 13:45:33 +03:00
..
bitmaps
.dbxinit
.gdbinit Update copyright year to 2016 2016-01-01 01:34:24 -08:00
alloc.c Define make_save_ptr_ptr unconditionally 2016-03-24 20:52:45 +02:00
atimer.c Fix the MSDOS build 2016-04-30 13:45:33 +03:00
atimer.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
bidi.c Port to strict C99 offsetof 2016-03-18 08:43:32 -07:00
blockinput.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
buffer.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
buffer.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
bytecode.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
callint.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
callproc.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
casefiddle.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
casetab.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
category.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
category.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
ccl.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
ccl.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
ChangeLog.1 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.2 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.3 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.4 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.5 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.6 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.7 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.8 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.9 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.10 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.11 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.12 ; Spelling fixes 2016-04-10 23:55:05 -07:00
ChangeLog.13 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
character.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
character.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
charset.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
charset.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
chartab.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
cm.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
cm.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
cmds.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
coding.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
coding.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
commands.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
composite.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
composite.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
conf_post.h Fix the MSDOS build 2016-04-30 13:45:33 +03:00
COPYING
cygw32.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
cygw32.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
data.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
dbusbind.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
decompress.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
deps.mk Fix the MSDOS build 2016-04-30 13:45:33 +03:00
dired.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
dispextern.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
dispnew.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
disptab.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
doc.c substitute-command-keys keeps quotes’ text props 2016-04-14 08:23:00 -07:00
doprnt.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
dosfns.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
dosfns.h Fix the MSDOS build 2016-04-30 13:45:33 +03:00
dynlib.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
dynlib.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
editfns.c Improve time zone documentation 2016-04-12 08:49:19 -07:00
emacs-icon.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
emacs-module.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
emacs-module.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
emacs.c Fix the MSDOS build 2016-04-30 13:45:33 +03:00
emacsgtkfixed.c Port to GTK with strict C99 compiler 2016-03-17 23:45:23 -07:00
emacsgtkfixed.h Port to GTK with strict C99 compiler 2016-03-17 23:45:23 -07:00
epaths.in Update copyright year to 2016 2016-01-01 01:34:24 -08:00
eval.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
fileio.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
filelock.c Fix the MSDOS build 2016-04-30 13:45:33 +03:00
firstfile.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
floatfns.c ; Spelling fixes 2016-03-18 08:55:26 -07:00
fns.c Fix the MSDOS build 2016-04-30 13:45:33 +03:00
font.c * src/font.c (QCuser_spec): Add missing colon to :user-spec. 2016-03-27 15:03:12 -07:00
font.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
fontset.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
fontset.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
frame.c Fix the MSDOS build 2016-04-30 13:45:33 +03:00
frame.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
fringe.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
ftcrfont.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
ftfont.c * src/ftfont.c (ftfont_shape_by_flt): Parenthesize as per GNU style. 2016-03-25 11:00:23 -07:00
ftfont.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
ftxfont.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
getpagesize.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
gfilenotify.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
gmalloc.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
gnutls.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
gnutls.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
gtkutil.c Avoid GTK 3 crash with icons and masks 2016-03-24 16:53:23 -07:00
gtkutil.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
image.c Port to Ubuntu 16.04 --enable-gcc-warnings 2016-04-24 13:39:34 -07:00
indent.c Port to GCC 5.3.1 20160406 (Red Hat 5.3.1-6) 2016-04-16 19:49:31 -07:00
indent.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
inotify.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
insdel.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
intervals.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
intervals.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
keyboard.c ; * src/keyboard.c (read_char): Fix typos in a comment. 2016-04-03 20:06:51 +03:00
keyboard.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
keymap.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
keymap.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
kqueue.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
lastfile.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
lisp.h Port to strict C99 offsetof 2016-03-18 08:43:32 -07:00
lread.c Fix the MSDOS build 2016-04-30 13:45:33 +03:00
macfont.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
macfont.m Disable multicolor fonts on OS X since they are not supported on free systems 2016-04-12 08:27:24 +09:00
macros.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
macros.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
macuvs.h
Makefile.in Port dumping to NetBSD with PaX 2016-04-27 16:03:50 -07:00
marker.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
menu.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
menu.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
minibuf.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
msdos.c Fix the MSDOS build 2016-04-30 13:45:33 +03:00
msdos.h Fix the MSDOS build 2016-04-30 13:45:33 +03:00
nsfns.m Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
nsfont.m Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
nsgui.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
nsimage.m Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
nsmenu.m Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
nsselect.m Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
nsterm.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
nsterm.m Set locale encoding to UTF-8 when run from OS X GUI. 2016-04-08 15:52:55 +02:00
print.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
process.c Fix the MSDOS build 2016-04-30 13:45:33 +03:00
process.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
profiler.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
puresize.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
ralloc.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
README Update copyright year to 2016 2016-01-01 01:34:24 -08:00
regex.c Fix "[:upper:]" for non-ASCII characters 2016-02-20 13:03:20 +02:00
regex.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
region-cache.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
region-cache.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
scroll.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
search.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
sheap.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
sound.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
syntax.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
syntax.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
sysdep.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
sysselect.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
syssignal.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
sysstdio.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
systime.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
systty.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
syswait.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
term.c Avoid crashes due to insanely large columns in tabulated-list-format 2016-04-01 12:47:29 +03:00
termcap.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
termchar.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
termhooks.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
terminal.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
terminfo.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
termopts.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
textprop.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
tparam.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
tparam.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
undo.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
unexaix.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
unexcoff.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
unexcw.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
unexec.h
unexelf.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
unexhp9k800.c
unexmacosx.c Remove undefined behavior in OS X dumper. 2016-04-09 12:54:45 -07:00
unexsol.c
unexw32.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
vm-limit.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
w16select.c Fix the MSDOS build 2016-04-30 13:45:33 +03:00
w32.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
w32.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
w32common.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
w32console.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
w32fns.c Fix Alt-modified keys on some European MS-Windows keyboards 2016-04-21 19:08:16 +03:00
w32font.c Improve font selection by family on MS-Windows 2016-03-24 18:30:41 +02:00
w32font.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
w32gui.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
w32heap.c Fix w32 memory-management problem when extending buffer text 2016-04-15 17:26:37 +03:00
w32heap.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
w32inevt.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
w32inevt.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
w32menu.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
w32notify.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
w32proc.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
w32reg.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
w32select.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
w32select.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
w32term.c In x_set_window_size restore do_pending_window_change calls 2016-04-22 11:56:03 +02:00
w32term.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
w32uniscribe.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
w32xfns.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
widget.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
widget.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
widgetprv.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
window.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
window.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
xdisp.c Avoid crashes due to insanely large columns in tabulated-list-format 2016-04-01 12:47:29 +03:00
xfaces.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
xfns.c Port to clang 3.7.0 on x86-64 2016-03-15 13:49:58 -07:00
xfont.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
xftfont.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
xgselect.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
xgselect.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
xmenu.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
xml.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
xrdb.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
xselect.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
xsettings.c Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
xsettings.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
xsmfns.c * src/xsmfns.c (syms_of_xsmfns): Remove stray "s in doc strings. 2016-04-08 16:30:23 -07:00
xterm.c In x_set_window_size restore do_pending_window_change calls 2016-04-22 11:56:03 +02:00
xterm.h Don't use XRANDR 1.3 extensions if the server doesn't support them. 2016-03-10 14:28:54 -05:00
xwidget.c * src/xwidget.c (x_draw_xwidget_glyph_string): More clipping fixes. 2016-04-14 07:47:55 +09:00
xwidget.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08: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-2016 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 is copied elsewhere.

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

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 C source files.  All of this should
work transparently; you should only need to change to the parent
directory, run './configure', and then run '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/>.