1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 21:50:37 -08:00
emacs/src
2011-06-23 00:37:31 -07:00
..
bitmaps Change bitmaps back to X11-compatible types. 2011-04-16 01:30:05 -07:00
m Replace pEd with more-general pI, and fix some printf arg casts. 2011-04-18 17:34:42 -07:00
s Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef. 2011-04-22 20:07:16 -07:00
.dbxinit
.gdbinit * .gdbinit (pwinx, xbuffer): Fix access to buffer name. 2011-03-11 01:19:57 +01:00
.gitignore Nuke arch-tags. 2011-01-15 15:16:57 -08:00
alloc.c * alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication. 2011-06-18 08:39:24 -07:00
atimer.c * atimer.c (alarm_signal_handler, run_all_atimers): Now static. 2011-04-10 23:04:34 -07:00
atimer.h * atimer.c (alarm_signal_handler, run_all_atimers): Now static. 2011-04-10 23:04:34 -07:00
autodeps.mk
bidi.c src/bidi.c (bidi_level_of_next_char): Fix last change. 2011-06-04 11:04:48 +03:00
bidimirror.h
biditype.h Update to latest Unicode 6.0 beta data files. 2010-09-05 04:06:39 +02:00
blockinput.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
buffer.c * buffer.c (OVERLAY_COUNT_MAX): New macro. 2011-06-21 16:16:43 -07:00
buffer.h Use ptrdiff_t, not int, for overlay counts. 2011-06-21 14:32:10 -07:00
bytecode.c * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length. 2011-06-14 13:12:13 -07:00
callint.c Variadic C functions now count arguments with ptrdiff_t. 2011-06-14 11:57:19 -07:00
callproc.c * callproc.c (egetenv): Adjust to getenv_internal API change. 2011-06-20 18:06:45 -07:00
casefiddle.c * lisp.h (UNSIGNED_CMP): New macro. 2011-06-12 16:25:12 -07:00
casetab.c Undo the DEFUN->DEFUE change. 2011-04-13 22:04:02 -07:00
category.c Remove arbitrary limit of 2**31 entries in hash tables. 2011-05-30 23:05:00 -07:00
category.h * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT. 2011-06-17 01:17:29 -07:00
ccl.c * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772. 2011-06-15 12:40:52 -07:00
ccl.h * ccl.h (check_ccl_update, Vccl_program_table): Remove decls. 2011-04-10 23:43:21 -07:00
ChangeLog Merge from trunk. 2011-06-23 00:37:31 -07:00
ChangeLog.1 Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
ChangeLog.2 Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
ChangeLog.3 Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org. 2011-02-27 17:07:29 -08:00
ChangeLog.4 Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
ChangeLog.5 Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
ChangeLog.6 Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
ChangeLog.7 Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
ChangeLog.8 Fix typos. 2011-02-23 20:56:30 +01:00
ChangeLog.9 Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
ChangeLog.10 Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org. 2011-02-27 17:07:29 -08:00
ChangeLog.11 Fix typos. 2011-04-13 13:58:47 +02:00
character.c Variadic C functions now count arguments with ptrdiff_t. 2011-06-14 11:57:19 -07:00
character.h * character.h, charset.h: Use verify_expr, not verify_true. 2011-06-15 11:57:45 -07:00
charset.c Variadic C functions now count arguments with ptrdiff_t. 2011-06-14 11:57:19 -07:00
charset.h * character.h, charset.h: Use verify_expr, not verify_true. 2011-06-15 11:57:45 -07:00
chartab.c * chartab.c (Fchar_table_range): Use CHARACTERP to check range. 2011-06-12 18:38:25 -07:00
cm.c * cm.c (calccost): Turn while-do into do-while, for clarity. 2011-03-23 01:06:21 -07:00
cm.h Make tparam.h and terminfo.c consistent. 2011-03-19 15:46:50 -07:00
cmds.c Undo the DEFUN->DEFUE change. 2011-04-13 22:04:02 -07:00
coding.c * coding.c (make_subsidiaries): Don't assume string length fits in int. 2011-06-19 11:44:09 -07:00
coding.h * coding.h (coding, code_convert_region, encode_coding_gap): Remove 2011-04-10 23:58:57 -07:00
commands.h * commands.h (last_point_position, last_point_position_buffer): 2011-04-11 00:02:21 -07:00
composite.c Merge from trunk. 2011-06-22 09:01:00 -07:00
composite.h * lisp.h (UNSIGNED_CMP): New macro. 2011-06-12 16:25:12 -07:00
COPYING
data.c * data.c (Fsubr_name): Rewrite to avoid a strlen call. 2011-06-19 11:44:58 -07:00
dbusbind.c * dbusbind.c (XD_ERROR): Don't arbitrarily truncate string. 2011-06-19 11:32:55 -07:00
deps.mk New primitive secure-hash supporting md5, sha-1 and sha-2 2011-06-21 16:55:22 +08:00
dired.c * dired.c (Ffile_attributes): Don't use 32-bit hack on 64-bit hosts. 2011-06-12 23:34:04 -07:00
dispextern.h GLYPH_DEBUG fixes 2011-06-22 11:15:23 -07:00
dispnew.c GLYPH_DEBUG fixes 2011-06-22 11:15:23 -07:00
disptab.h Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:22Z!eggert@cs.ucla.edu (inclusive) from trunk (bug#8623) 2011-05-09 05:59:23 -04:00
doc.c * doc.c (get_doc_string): Omit (unsigned)c that mishandled negatives. 2011-06-12 19:09:34 -07:00
doprnt.c * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now. 2011-06-14 13:09:52 -07:00
dosfns.c Adapt the MSDOS build to latest changes. 2011-04-30 13:31:17 +03:00
dosfns.h Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
editfns.c Use ptrdiff_t, not int, for overlay counts. 2011-06-21 14:32:10 -07:00
emacs-icon.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
emacs.c * emacs.c: Don't assume string length fits in 'int'. 2011-06-19 11:37:51 -07:00
emacsgtkfixed.c Fix resize and change of scroll bar width for Gtk3. 2011-06-14 23:08:20 +02:00
emacsgtkfixed.h Fix resize and change of scroll bar width for Gtk3. 2011-06-14 23:08:20 +02:00
epaths.in Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
eval.c Merge from trunk. 2011-06-15 11:52:30 -07:00
fileio.c * fileio.c: Fix some integer overflow issues. 2011-06-19 12:06:16 -07:00
filelock.c * filelock.c: Fix some buffer overrun and integer overflow issues. 2011-06-19 20:11:40 -07:00
firstfile.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
floatfns.c * floatfns.c (Fexpt): Omit unnecessary cast to unsigned. 2011-06-12 19:27:16 -07:00
fns.c Merge from trunk. 2011-06-22 09:01:00 -07:00
font.c * font.c (font_score): Use EMACS_INT, not int, to store XINT value. 2011-06-21 23:18:06 -07:00
font.h * font.c (font_intern_prop): Don't assume string length fits in int. 2011-06-19 22:51:47 -07:00
fontset.c * character.h (CHAR_VALID_P): Remove unused parameter. 2011-06-12 21:55:03 -07:00
fontset.h * font.c, fontset.c: Make symbols static if they're not exported. 2011-04-13 16:22:35 -07:00
frame.c Variadic C functions now count arguments with ptrdiff_t. 2011-06-14 11:57:19 -07:00
frame.h * buffer.c (Qclone_number): Remove for now, as it's unused. 2011-06-11 14:31:32 -07:00
fringe.c Merge from emacs-23; up to 2010-06-12T17:12:15Z!cyd@stupidchicken.com. 2011-06-04 11:29:18 -07:00
ftfont.c * lisp.h (lint_assume): New macro. 2011-06-18 11:09:17 -07:00
ftfont.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
ftxfont.c * ftxfont.c: Make symbols static if they're not exported. 2011-04-12 01:42:29 -07:00
getpagesize.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
gmalloc.c [ChangeLog] 2011-05-28 15:39:39 -07:00
gnutls.c * gnutls.c: Use Emacs's memory allocators. 2011-05-30 01:03:15 -07:00
gnutls.h src/gnutls.c: Remove unused parameter `fildes'. 2011-05-05 01:56:09 +02:00
gtkutil.c * gtkutil.c (style_changed_cb): Avoid need for strlen. 2011-06-19 22:54:33 -07:00
gtkutil.h Fix resize and change of scroll bar width for Gtk3. 2011-06-14 23:08:20 +02:00
image.c * image.c (cache_image): Check for size arithmetic overflow. 2011-06-22 17:46:41 -07:00
indent.c * indent.c (Fcompute_motion): Don't assume hscroll and tab offset fit in int. 2011-06-18 11:29:19 -07:00
indent.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
insdel.c * insdel.c: Omit unnecessary forward decls, to simplify future changes. 2011-06-18 11:28:32 -07:00
intervals.c Port to Sun C. 2011-06-21 09:47:56 -07:00
intervals.h * intervals.h (struct interval): Use EMACS_INT for members 2011-04-20 01:04:17 -07:00
keyboard.c * keyboard.c (parse_tool_bar_item): Avoid need for strlen. 2011-06-19 23:07:16 -07:00
keyboard.h * macros.c: Integer and buffer overflow fixes. 2011-06-22 23:31:41 -07:00
keymap.c Minor fixes for signed vs unsigned integers. 2011-05-31 19:49:12 -07:00
keymap.h Make Emacs functions such as Fatom 'static' by default. 2011-04-10 18:41:15 -07:00
lastfile.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
lisp.h * lisp.h (DEFVAR_KBOARD): Use offsetof instead of char * finagling. 2011-06-22 22:35:51 -07:00
lisp.mk Remove $shortlisp from src/Makefile.in. 2011-05-19 17:41:03 -07:00
lread.c * lread.c (read1): Check for size overflow. 2011-06-22 22:41:40 -07:00
macros.c * macros.c: Integer and buffer overflow fixes. 2011-06-22 23:31:41 -07:00
macros.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
Makefile.in * src/Makefile.in (SOME_MACHINE_OBJECTS): Add some more files. 2011-05-20 19:04:48 -07:00
makefile.w32-in New primitive secure-hash supporting md5, sha-1 and sha-2 2011-06-21 16:55:22 +08:00
marker.c Don't publish debugger-only interfaces to other modules. 2011-04-13 23:48:41 -07:00
mem-limits.h * vm-limit.c (check_memory_limits): Fix incorrect extern function decls. 2011-06-13 21:49:24 -07:00
menu.c * buffer.c (Qclone_number): Remove for now, as it's unused. 2011-06-11 14:31:32 -07:00
menu.h Be more systematic about user-interface timestamps. 2011-05-12 13:23:33 -07:00
minibuf.c Merge from trunk. 2011-06-23 00:37:31 -07:00
msdos.c * msdos.c (mouse_get_pos): Likewise. 2011-05-14 12:06:08 -07:00
msdos.h Repair the MSDOS build following latest changes. 2011-04-24 15:48:30 +03:00
ndir.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
ns.mk Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
nsfns.m Merge from emacs-23; up to 2010-06-10T05:17:21Z!rgm@gnu.org. 2011-05-04 21:00:38 -07:00
nsfont.m Fixed bugs in ns_get_family and ns_descriptor_to_entity that were caused by using free to deallocate memory blocks that were allocated by xmalloc (via xstrdup). 2011-04-15 22:14:08 -05:00
nsgui.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
nsimage.m Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
nsmenu.m * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF. 2011-04-26 23:01:43 -07:00
nsselect.m Make globals.h a generated header 2011-02-08 14:42:56 -07:00
nsterm.h * dispextern.h (struct face.stipple): 2011-06-21 23:16:16 -07:00
nsterm.m * src/nsterm.m (ns_term_shutdown): Synchronize user defaults before exiting (Bug#8239). 2011-05-28 12:56:53 -04:00
pre-crt0.c Nuke arch-tags. 2011-01-15 15:16:57 -08:00
print.c * print.c (printchar, strout): Check for string overflow. 2011-06-23 00:33:28 -07:00
process.c Merge from trunk. 2011-06-20 17:59:02 -07:00
process.h Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:22Z!eggert@cs.ucla.edu (inclusive) from trunk (bug#8623) 2011-05-09 05:59:23 -04:00
puresize.h Remove obsolete comment about PNTR_COMPARISON_TYPE. 2011-06-09 12:08:29 -07:00
ralloc.c * ralloc.c: conform to C89 pointer rules 2011-02-06 21:47:56 -08:00
README Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
regex.c Fix regex.c, syntax.c and friends for buffers > 2GB. 2011-04-16 21:26:30 +03:00
regex.h Fix regex.c, syntax.c and friends for buffers > 2GB. 2011-04-16 21:26:30 +03:00
region-cache.c Replace pEd with more-general pI, and fix some printf arg casts. 2011-04-18 17:34:42 -07:00
region-cache.h Don't publish debugger-only interfaces to other modules. 2011-04-13 23:48:41 -07:00
scroll.c GLYPH_DEBUG fixes 2011-06-22 11:15:23 -07:00
search.c Undo the DEFUN->DEFUE change. 2011-04-13 22:04:02 -07:00
sheap.c * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB. 2011-03-02 16:30:51 -05:00
sound.c * sound.c (Fplay_sound_internal): Remove cast to unsigned long. 2011-06-12 23:49:00 -07:00
stamp-h.in
syntax.c [ChangeLog] 2011-05-28 15:39:39 -07:00
syntax.h Support buffers > 2GB on 64-bit hosts. 2011-04-19 13:48:30 +03:00
sysdep.c Merge from mainline. 2011-05-02 22:47:50 -07:00
sysselect.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
syssignal.h * sysdep.c (croak): Now static, if 2011-04-13 23:26:22 -07:00
systime.h * systime.h (Time): Define only if emacs is defined. 2011-05-19 23:37:13 -07:00
systty.h * sysdep.c: Make symbols static if they're not exported. 2011-04-13 19:38:06 -07:00
syswait.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
term.c Merge from mainline. 2011-05-17 17:39:40 -07:00
termcap.c * termcap.c: Don't assume sizes fit in int and never overflow. 2011-06-20 00:21:06 -07:00
termchar.h * cm.c (calccost, cmgoto): Use const pointers where appropriate. 2011-03-08 18:12:00 -08:00
termhooks.h Support X clipboard managers. 2011-05-27 12:17:59 -04:00
terminal.c Support X clipboard managers. 2011-05-27 12:17:59 -04:00
terminfo.c Make tparam.h and terminfo.c consistent. 2011-03-19 15:46:50 -07:00
termopts.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
textprop.c Use ptrdiff_t, not int, for overlay counts. 2011-06-21 14:32:10 -07:00
tparam.c * tparam.h: New file. 2011-03-08 10:26:34 -08:00
tparam.h Make tparam.h and terminfo.c consistent. 2011-03-19 15:46:50 -07:00
undo.c Check for overflow when converting integer to cons and back. 2011-06-06 01:29:01 -07:00
unexaix.c Restore failure returns to unexaix.c, unexcoff.c, unexcw.c 2011-03-17 13:18:59 -07:00
unexcoff.c Restore failure returns to unexaix.c, unexcoff.c, unexcw.c 2011-03-17 13:18:59 -07:00
unexcw.c Restore failure returns to unexaix.c, unexcoff.c, unexcw.c 2011-03-17 13:18:59 -07:00
unexec.h * unexec.h: New file. 2011-03-16 17:03:31 -07:00
unexelf.c * unexelf.c (unexec): Don't assume BSS addr fits in unsigned. 2011-06-12 22:55:57 -07:00
unexhp9k800.c Change unexec implementations to match prototype. 2011-03-17 11:41:30 -07:00
unexmacosx.c Change unexec implementations to match prototype. 2011-03-17 11:41:30 -07:00
unexsol.c Change unexec implementations to match prototype. 2011-03-17 11:41:30 -07:00
unexw32.c nt/*.c, src/*.c: Remove unused variables. 2011-03-25 16:39:59 +01:00
vm-limit.c * vm-limit.c (check_memory_limits): Fix incorrect extern function decls. 2011-06-13 21:49:24 -07:00
w16select.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w32.c Implement dynamic loading of GnuTLS on Windows. 2011-05-04 16:03:16 +02:00
w32.h Implement dynamic loading of GnuTLS on Windows. 2011-05-04 16:03:16 +02:00
w32console.c Fix bug #8597 with setting frame background mode on w32 console. 2011-05-07 18:44:19 +03:00
w32fns.c GLYPH_DEBUG fixes 2011-06-22 11:15:23 -07:00
w32font.c Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:22Z!eggert@cs.ucla.edu (inclusive) from trunk (bug#8623) 2011-05-09 05:59:23 -04:00
w32font.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w32gui.h Fixups, following up to the user-interface timestamp change. 2011-05-14 02:03:53 -07:00
w32heap.c Merge from emacs-23; up to 2010-06-10T05:17:21Z!rgm@gnu.org. 2011-05-04 21:00:38 -07:00
w32heap.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w32inevt.c * msdos.c (mouse_get_pos): Likewise. 2011-05-14 12:06:08 -07:00
w32inevt.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w32menu.c * w32menu.c: Change 'unsigned long' to 'Time' in #if-0 code. 2011-05-15 22:17:23 -07:00
w32proc.c src/w32*.c: Clean up extern declarations. 2011-03-14 18:07:53 +01:00
w32reg.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w32select.c src/w32*.c: Clean up extern declarations. 2011-03-14 18:07:53 +01:00
w32term.c [ChangeLog] 2011-05-28 15:39:39 -07:00
w32term.h * dispextern.h (struct face.stipple): 2011-06-21 23:16:16 -07:00
w32uniscribe.c w32: Fix some warnings reported by -Wall -Wextra. 2011-03-23 17:25:38 +01:00
w32xfns.c Backport 2011-03-08T01:52:20Z!lekktu@gmail.com from trunk. 2011-03-11 16:42:12 +01:00
widget.c Merge from trunk. 2011-06-13 01:00:15 -07:00
widget.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
widgetprv.h * buffer.c (Qclone_number): Remove for now, as it's unused. 2011-06-11 14:31:32 -07:00
window.c Fix make_frame, introduce Vtemp_buffer_show_specifiers, cleanup doc-strings. 2011-06-12 12:16:46 +02:00
window.h * src/window.h (replace_buffer_in_windows): Declare. 2011-06-11 12:11:07 +02:00
xdisp.c GLYPH_DEBUG fixes 2011-06-22 11:15:23 -07:00
xfaces.c GLYPH_DEBUG fixes 2011-06-22 11:15:23 -07:00
xfns.c GLYPH_DEBUG fixes 2011-06-22 11:15:23 -07:00
xfont.c * xfont.c (xfont_match): Avoid need for strlen. 2011-06-20 18:40:45 -07:00
xftfont.c * xftfont.c (xftfont_open): Rename locals to avoid shadowing. 2011-03-18 22:07:42 -07:00
xgselect.c * xgselect.c (xgselect_initialize): Check vs interface 2011-04-16 00:57:31 -07:00
xgselect.h Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
xmenu.c * xmenu.c (x_menu_set_in_use): Fix incorrect assumption. 2011-06-11 20:53:12 -07:00
xml.c * src/xml.c (parse_region): Avoid creating spurious whiespace nodes. 2011-04-08 12:15:30 -04:00
xrdb.c * xrdb.c: Don't assume strlen fits in int; avoid some strlens. 2011-06-20 19:15:16 -07:00
xselect.c * xselect.c (Fx_get_atom_name): Avoid need for strlen. 2011-06-20 19:16:54 -07:00
xsettings.c * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font): Avoid need for strlen. 2011-06-21 10:52:14 -07:00
xsettings.h * xsettings.c, xsettings.h (xsettings_get_system_normal_font): 2011-04-13 20:08:55 -07:00
xsmfns.c * xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen. 2011-06-21 13:32:19 -07:00
xterm.c GLYPH_DEBUG fixes 2011-06-22 11:15:23 -07:00
xterm.h * dispextern.h (struct face.stipple): 2011-06-21 23:16:16 -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-2011  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/>.