1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00
emacs/src
2011-03-17 23:25:25 -07:00
..
bitmaps * xfns.c: conform to C89 pointer rules 2011-02-05 19:48:28 -08:00
m Import getloadavg module from gnulib. 2011-02-15 16:33:44 -08:00
s * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars. 2011-03-16 22:15:08 -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 (mark_backtrace): Move decl from here ... 2011-03-16 00:37:10 -07:00
atimer.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
atimer.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
autodeps.mk Remove src/prefix-args.c. 2010-07-07 20:31:04 -07:00
bidi.c * bidi.c (BIDI_BOB): Remove unused macro. 2011-03-08 09:25:52 -08:00
bidimirror.h Use BidiMirroring.txt for mirroring characters in bidi context. 2010-06-12 18:52:43 +03:00
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 Merge from mainline. 2011-03-17 09:32:03 -07:00
buffer.h Use functions, not macros, for up- and down-casing. 2011-03-15 14:14:06 -07:00
bytecode.c * bytecode.c (CONSTANTLIM): Remove; unused. 2011-03-16 19:18:00 -07:00
callint.c * callint.c: Use const pointer when appropriate. 2011-03-16 00:26:16 -07:00
callproc.c * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering. 2011-03-17 22:56:46 -07:00
casefiddle.c Use functions, not macros, for up- and down-casing. 2011-03-15 14:14:06 -07:00
casetab.c Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254). 2011-03-15 00:04:00 -07:00
category.c * category.c (copy_category_table): Now static, since it's not used elsewhere. 2011-03-07 23:39:53 -08:00
category.h Change B_ to BVAR 2011-02-16 08:02:50 -07:00
ccl.c * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string): 2011-03-07 23:48:20 -08:00
ccl.h Move all DEFVAR'd globals into a structure -- threading infrastructure 2011-01-18 13:45:37 -07:00
ChangeLog * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing. 2011-03-17 23:25:25 -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
character.c * character.c (string_count_byte8): Likewise. 2011-03-07 23:49:41 -08:00
character.h * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS): 2011-03-16 14:34:32 -07:00
charset.c * charset.c (load_charset): Abort instead of using uninitialized var. 2011-03-07 16:46:23 -08:00
charset.h * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid 2011-03-07 16:22:52 -08:00
chartab.c * chartab.c (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros. 2011-03-08 00:13:36 -08:00
cm.c * cm.c (calccost, cmgoto): Use const pointers where appropriate. 2011-03-08 18:12:00 -08:00
cm.h * cm.c (calccost, cmgoto): Use const pointers where appropriate. 2011-03-08 18:12:00 -08:00
cmds.c * cmds.c (internal_self_insert): Rename local to avoid shadowing. 2011-03-15 10:16:01 -07:00
coding.c * src/coding.c (detect_coding_iso_2022): Reorganize code to clarify 2011-03-15 19:38:57 +01:00
coding.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
commands.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
composite.c Change B_ to BVAR 2011-02-16 08:02:50 -07:00
composite.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
config.in Merge: Minor changes for problems found by GCC 4.5.2's static checks. 2011-03-10 22:57:50 -08:00
COPYING
data.c * data.c (do_blv_forwarding, do_symval_forwarding): Remove; unused. 2011-03-15 16:22:38 -07:00
dbusbind.c * dbusbind.c (Fdbus_register_service, Fdbus_register_method): Remove unused vars. 2011-03-13 20:25:51 -07:00
deps.mk * deps.mk (unexalpha.o): Remove; unused. 2011-03-16 17:22:09 -07:00
dired.c Use functions, not macros, for up- and down-casing. 2011-03-15 14:14:06 -07:00
dispextern.h * cm.c (calccost, cmgoto): Use const pointers where appropriate. 2011-03-08 18:12:00 -08:00
dispnew.c * dispnew.c: Rename locals to avoid shadowing. 2011-02-26 16:48:14 -08:00
disptab.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
doc.c * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to 2011-03-15 16:30:07 -07:00
doprnt.c * doprnt.c, indent.c, character.c: conform to C89 pointer rules 2011-02-06 21:42:15 -08:00
dosfns.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
dosfns.h Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
editfns.c * editfns.c (Ftranslate_region_internal): Mark var as initialized. 2011-03-16 00:17:22 -07:00
emacs-icon.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
emacs.c Merge from mainline. 2011-03-17 09:32:03 -07:00
epaths.in Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
eval.c * eval.c (Fdefvar): Rename locals to avoid shadowing. 2011-03-16 00:44:19 -07:00
fileio.c Use functions, not macros, for up- and down-casing. 2011-03-15 14:14:06 -07:00
filelock.c * filelock.c (lock_file_1): Rename local to avoid shadowing. 2011-03-14 18:19:50 -07:00
firstfile.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
floatfns.c * floatfns.c (Ffrexp, Fldexp): Rename locals to avoid shadowing. 2011-03-16 00:47:02 -07:00
fns.c * fns.c (Ffillarray): Rename locals to avoid shadowing. 2011-03-16 00:49:54 -07:00
font.c * font.c (font_sort_entities): Mark var as initialized. 2011-03-16 14:23:37 -07:00
font.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
fontset.c * fontset.c (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; unused. 2011-03-09 17:48:47 -08:00
fontset.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
frame.c Avoid recording dead buffers in buffer-list frame param (Bug#7898). 2011-02-27 17:57:22 -05:00
frame.h * frame.h: Avoid gcc -Wmissing-prototypes diagnostics. 2011-02-26 23:30:02 -08:00
fringe.c Merge from emacs-23; up to 2010-06-03T22:16:02Z!dann@ics.uci.edu 2011-03-12 11:19:47 -08:00
ftfont.c Merge from emacs-23; up to 2010-05-26T14:19:15Z!monnier@iro.umontreal.ca. 2011-02-05 14:30:14 -08:00
ftfont.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
ftxfont.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
getpagesize.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
gmalloc.c Merge from mainline. 2011-01-17 11:01:01 -08:00
gnutls.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
gnutls.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
gtkutil.c * gtkutil.c (gdk_window_get_screen): Make it clear that this macro is needed 2011-03-13 00:42:12 -08:00
gtkutil.h Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
image.c * image.c (my_png_error, my_error_exit): Mark with NO_RETURN. 2011-03-13 00:04:44 -08:00
indent.c * indent.c (Fvertical_motion): Mark locals as initialized. 2011-03-15 10:59:31 -07:00
indent.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
insdel.c * insdel.c (copy_text): Remove unused local var. 2011-03-14 18:26:16 -07:00
intervals.c Fix BUF_* macros to handle indirect buffers properly (Bug#8219). 2011-03-13 18:25:16 -04:00
intervals.h Change B_ to BVAR 2011-02-16 08:02:50 -07:00
keyboard.c Use functions, not macros, for up- and down-casing. 2011-03-15 14:14:06 -07:00
keyboard.h Merge from mainline. 2011-03-17 09:32:03 -07:00
keymap.c * keymap.c: (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal): 2011-03-14 08:53:19 -07:00
keymap.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
lastfile.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
lisp.h * lisp.h (child_setup): Now NO_RETURN unless DOS_NT. 2011-03-17 21:58:44 -07:00
lread.c * lread.c (Fload, readevalloop, read1): Rename locals to avoid shadowing. 2011-03-16 14:40:51 -07:00
macros.c Hide implementation of `struct kboard' 2011-02-16 09:35:16 -07:00
macros.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
Makefile.in Import filemode module from gnulib. 2011-02-20 02:53:22 -08:00
makefile.w32-in Update MS-Windows dependencies after 2011-03-17T18:41:30Z!eggert@cs.ucla.edu. 2011-03-17 21:55:40 +02:00
marker.c * marker.c (bytepos_to_charpos): Remove; unused. 2011-03-14 18:33:14 -07:00
mem-limits.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
menu.c Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
menu.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
minibuf.c * minibuf.c (Ftry_completion, Fall_completions): Rename or remove locals 2011-03-14 18:39:30 -07:00
msdos.c Fix compilation warnings on MS-DOS due to constifying of pointers in xmenu.c. 2011-03-12 12:51:31 +02:00
msdos.h Fix compilation warnings on MS-DOS due to constifying of pointers in xmenu.c. 2011-03-12 12:51:31 +02: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 Fix KVAR/BVAR, 2011-02-17 11:19:29 +01:00
nsfont.m Handle floating point errors in ns-fonts (Bug#7887). 2011-01-29 11:36:16 +01: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 Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
nsselect.m Make globals.h a generated header 2011-02-08 14:42:56 -07:00
nsterm.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
nsterm.m * nsterm.m (ns_draw_window_cursor): Fix handling of 'cursor_width' parameter for hbar cursors. Based on a patch by Ben Key <bkey76@gmail.com>. 2011-03-07 11:00:11 +02:00
pre-crt0.c Nuke arch-tags. 2011-01-15 15:16:57 -08:00
print.c Merge from mainline. 2011-03-17 09:32:03 -07:00
process.c * process.c (make_serial_process_unwind, send_process_trap): 2011-03-16 22:18:33 -07:00
process.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
puresize.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08: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 * regex.c (IF_LINT): Add defn, for benefit of ../lib-src. 2011-03-15 14:33:24 -07:00
regex.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
region-cache.c * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing. 2011-03-17 23:25:25 -07:00
region-cache.h * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes. 2011-03-17 23:22:42 -07:00
scroll.c * cm.c (calccost, cmgoto): Use const pointers where appropriate. 2011-03-08 18:12:00 -08:00
search.c Use functions, not macros, for up- and down-casing. 2011-03-15 14:14:06 -07:00
sheap.c * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB. 2011-03-02 16:30:51 -05:00
sound.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
stamp-h.in
syntax.c * syntax.c (back_comment, skip_chars): Mark vars as initialized. 2011-03-16 14:47:59 -07:00
syntax.h Change B_ to BVAR 2011-02-16 08:02:50 -07:00
sysdep.c Better fix for volatile issue. 2011-03-17 22:50:40 -07:00
sysselect.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
syssignal.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
systime.h Move 'make_time' to be next to its inverse 'lisp_time_argument'. 2011-03-11 12:24:09 -08:00
systty.h * process.c (serial_open, serial_configure): Move decls from here ... 2011-03-14 15:49:41 -07:00
syswait.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
term.c Fix MS-Windows build broken by 2011-03-11T07:24:21Z!eggert@cs.ucla.edu. 2011-03-11 11:41:56 +02:00
termcap.c Make termcap.c implementations consistent with tparam.h prototypes. 2011-03-12 14:03:24 +02:00
termchar.h * cm.c (calccost, cmgoto): Use const pointers where appropriate. 2011-03-08 18:12:00 -08:00
termhooks.h Fix MS-Windows build broken by 2011-03-11T07:24:21Z!eggert@cs.ucla.edu. 2011-03-11 11:41:56 +02:00
terminal.c * terminal.c (store_terminal_param): Now static. 2011-03-08 22:07:27 -08:00
terminfo.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
termopts.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
textprop.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
tparam.c * tparam.h: New file. 2011-03-08 10:26:34 -08:00
tparam.h * term.c, tparam.h (tgetflag, tgetnum, tgetstr): Move the const to the .h file 2011-03-08 21:46:35 -08:00
undo.c Change B_ to BVAR 2011-02-16 08:02:50 -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 (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused. 2011-03-16 19:09:36 -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 Change unexec implementations to match prototype. 2011-03-17 11:41:30 -07:00
vm-limit.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w16select.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w32.c src/w32*.c: Clean up extern declarations. 2011-03-14 18:07:53 +01:00
w32.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w32console.c src/w32*.c: Clean up extern declarations. 2011-03-14 18:07:53 +01:00
w32fns.c src/w32*.c: Clean up extern declarations. 2011-03-14 18:07:53 +01:00
w32font.c src/w32*.c: Clean up extern declarations. 2011-03-14 18:07:53 +01:00
w32font.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w32gui.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w32heap.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w32heap.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w32inevt.c src/w32*.c: Clean up extern declarations. 2011-03-14 18:07:53 +01:00
w32inevt.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w32menu.c src/w32*.c: Clean up extern declarations. 2011-03-14 18:07:53 +01: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 src/w32*.c: Clean up extern declarations. 2011-03-14 18:07:53 +01:00
w32term.h src/w32*.c: Clean up extern declarations. 2011-03-14 18:07:53 +01:00
w32uniscribe.c src/w32*.c: Clean up extern declarations. 2011-03-14 18:07:53 +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 Use SSDATA when the context wants char *. 2011-01-30 14:17:44 -08:00
widget.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
widgetprv.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
window.c 2011-03-08 Paul Eggert <eggert@cs.ucla.edu> 2011-03-07 16:06:36 -08:00
window.h * window.h (check_all_windows): New decl, to forestall 2011-03-06 23:07:38 -08:00
xdisp.c Fix BUF_* macros to handle indirect buffers properly (Bug#8219). 2011-03-13 18:25:16 -04:00
xfaces.c * xfaces.c (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used. 2011-03-08 22:29:34 -08:00
xfns.c * lisp.h: New macros GCPRO2_VAR, GCPRO3_VAR, etc. 2011-03-15 10:13:02 -07:00
xfont.c * xfont.c: conform to C89 pointer rules 2011-02-06 21:44:50 -08:00
xftfont.c Port to Solaris 10, which doesn't support FC_HINT_STYLE. 2011-02-11 21:13:34 -08:00
xgselect.c * xgselect.c (xg_select): Remove unused var. 2011-03-13 00:05:40 -08:00
xgselect.h Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
xmenu.c Merge: Minor changes for problems found by GCC 4.5.2's static checks. 2011-03-10 22:57:50 -08:00
xml.c * xml.c: conform to C89 pointer rules 2011-02-06 22:15:32 -08:00
xrdb.c Move editfns decls to lisp.h to check interfaces. 2011-03-15 17:44:50 -07:00
xselect.c * xselect.c (x_own_selection, Fx_disown_selection_internal): Rename locals 2011-03-09 17:36:58 -08:00
xsettings.c Port to Solaris 10, which doesn't support FC_HINT_STYLE. 2011-02-11 21:13:34 -08:00
xsettings.h Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
xsmfns.c Updates for compiling with Gtk+ 3.0 (--with-x-toolkit=gtk3). 2011-03-08 09:34:55 +01:00
xterm.c Merge: Minor changes for problems found by GCC 4.5.2's static checks. 2011-03-10 22:57:50 -08:00
xterm.h Merge: Minor changes for problems found by GCC 4.5.2's static checks. 2011-03-10 22:57:50 -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-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/>.