1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00
emacs/src
Paul Eggert d5efd1d1b5 * coding.c (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code
directly, rather than having caller test rule sign.  This avoids
some unnecessary tests.
* composite.h (COMPOSITION_ENCODE_RULE_VALID): New macro.
(COMPOSITION_ENCODE_RULE): Arguments now must be valid.  This
affects only one use, in DECODE_COMPOSITION_RULE, which is changed.
2011-04-04 23:41:53 -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 Remove (RET)SIGTYPE; it is identical to void on all supported systems. 2011-03-26 19:27:11 -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_object_loop_halt, mark_object): Use size_t, not int. 2011-04-02 22:41:46 -07:00
atimer.c Remove (RET)SIGTYPE; it is identical to void on all supported systems. 2011-03-26 19:27:11 -07: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 * buffer.c (Fprevious_overlay_change): Remove var that is set 2011-04-02 00:36:27 -07:00
buffer.h Backport fix for Bug#8219 from trunk. 2011-03-19 12:42:53 -04:00
bytecode.c * bytecode.c (exec_byte_code): Rename local to avoid shadowing. 2011-04-04 00:55:46 -07:00
callint.c Miscellanous cleanups in preparation for the merge. 2011-04-01 11:16:50 -04:00
callproc.c * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA 2011-03-27 02:07:38 -07:00
casefiddle.c * casefiddle.c (casify_region): Remove var that is set but not used. 2011-04-02 17:33:43 -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 * coding.c (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code 2011-04-04 23:41:53 -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 Merge from mainline. 2011-03-29 16:35:49 -07:00
character.h src/*.c: Remove some additional unused parameters. 2011-03-29 00:41:01 +02:00
charset.c Variadic C functions now count arguments with size_t, not int. 2011-03-26 19:12:36 -07: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 (sub_char_table_ref_and_range): Redo for slight 2011-03-27 01:10:27 -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 src/*.c: Remove some additional unused parameters. 2011-03-29 00:41:01 +02:00
coding.c * coding.c (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code 2011-04-04 23:41:53 -07: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 * composite.c (composition_gstring_put_cache): Use unsigned integer. 2011-04-04 22:11:14 -07:00
composite.h * coding.c (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code 2011-04-04 23:41:53 -07:00
COPYING
data.c Merge from trunk 2011-03-31 00:24:03 -04:00
dbusbind.c Variadic C functions now count arguments with size_t, not int. 2011-03-26 19:12:36 -07:00
deps.mk Fix dependencies. 2011-03-31 23:38:52 -07:00
dired.c * dired.c (file_name_completion): Remove var that is set but not used. 2011-04-02 17:32:58 -07:00
dispextern.h src/xdisp.c: Remove unused parameters. 2011-03-31 03:37:51 +02:00
dispnew.c * dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]: 2011-03-28 23:57:40 -07:00
disptab.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
doc.c Merge from trunk 2011-03-21 12:42:16 -04: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 (Fmessage_box): Remove unused local var. 2011-03-29 17:17:26 -07:00
emacs-icon.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
emacs.c Remove (RET)SIGTYPE; it is identical to void on all supported systems. 2011-03-26 19:27:11 -07:00
epaths.in Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
eval.c * eval.c (funcall_lambda): Rename local to avoid shadowing. 2011-04-02 22:44:38 -07:00
fileio.c * fileio.c (Finsert_file_contents): Make EOF condition clearer. 2011-04-02 17:32:10 -07:00
filelock.c Replace two copies of readlink code with single gnulib version. 2011-03-31 23:28:48 -07:00
firstfile.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
floatfns.c Remove (RET)SIGTYPE; it is identical to void on all supported systems. 2011-03-26 19:27:11 -07:00
fns.c * fns.c (sxhash): Redo loop for clarity and to avoid wraparound warning. 2011-04-02 22:56:37 -07:00
font.c * font.c (font_list_entities): Redo for clarity, 2011-04-03 23:29:11 -07:00
font.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
fontset.c * fontset.c (Finternal_char_font, Ffontset_info): Remove vars 2011-04-01 19:25:18 -07:00
fontset.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
frame.c Variadic C functions now count arguments with size_t, not int. 2011-03-26 19:12:36 -07: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 * ftfont.c: (get_adstyle_property, ftfont_pattern_entity): 2011-03-18 22:03:30 -07: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 (xg_get_file_with_chooser): Mark var as initialized. 2011-04-01 19:39:52 -07:00
gtkutil.h Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
image.c * image.c (xbm_load): Use parse_p, for gcc -Werror=unused-but-set-variable. 2011-04-01 19:38:27 -07:00
indent.c * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column. 2011-04-02 18:00:03 -07:00
indent.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
insdel.c src/*.h: Remove unused parameters and functions. 2011-03-26 02:23:15 +01:00
intervals.c * intervals.c (interval_deletion_adjustment): Return unsigned value. 2011-04-04 09:47:31 -07:00
intervals.h * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else". 2011-03-18 09:39:15 -07:00
keyboard.c * keyboard.c (timer_check_2): Mark vars as initialized. 2011-04-02 00:34:01 -07:00
keyboard.h Merge from mainline. 2011-03-26 19:32:40 -07:00
keymap.c src/*.c: Remove some additional unused parameters. 2011-03-29 00:41:01 +02: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 Merge from mainline. 2011-04-01 13:19:36 -07:00
lread.c * lread.c (safe_to_load_p): Make the end-of-loop test the inverse of the in-loop. 2011-04-04 00:48:36 -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 src/makefile.w32-in: Update dependencies. 2011-03-19 04:22:14 +01: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 * menu.c (digest_single_submenu): Omit unused local var. 2011-03-28 23:58:36 -07:00
menu.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
minibuf.c * minibuf.c (read_minibuf_noninteractive): Use size_t for sizes. 2011-04-02 00:40:13 -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 * nsmenu.m (runDialogAt): Remove argument to timer_check. 2011-03-27 11:23:52 +02: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 Format doc and add customize for ns-auto-hide-menu-bar. 2011-03-27 12:55:07 +02:00
pre-crt0.c Nuke arch-tags. 2011-01-15 15:16:57 -08:00
print.c * print.c (print_error_message): Avoid int overflow. 2011-04-03 23:52:29 -07:00
process.c * process.c (read_process_output): Simplify nbytes computation if buffered. 2011-04-04 02:06:52 -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 src/scroll.c, src/w32.c: Trivial whitespace changes. 2011-03-29 16:00:16 +02:00
search.c * search.c (wordify): Omit three unnecessary tests. 2011-04-02 21:21:50 -07:00
sheap.c * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB. 2011-03-02 16:30:51 -05:00
sound.c * sound.c (wav_play): Initialize a variable to 0, to prevent undefined behavior. 2011-03-17 23:42:43 -07:00
stamp-h.in
syntax.c * syntax.c (update_syntax_table): Use unsigned instead of int. 2011-04-04 00:53:20 -07:00
syntax.h Change B_ to BVAR 2011-02-16 08:02:50 -07:00
sysdep.c Replace two copies of readlink code with single gnulib version. 2011-03-31 23:28:48 -07:00
sysselect.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
syssignal.h Remove (RET)SIGTYPE; it is identical to void on all supported systems. 2011-03-26 19:27:11 -07: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 * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning. 2011-04-01 10:34:25 -07: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 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 * textprop.c (set_text_properties_1): Change while to do-while, 2011-04-04 12:30:48 -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 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 (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]: 2011-03-29 17:19:27 -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 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/scroll.c, src/w32.c: Trivial whitespace changes. 2011-03-29 16:00:16 +02: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 nt/*.c, src/*.c: Remove unused variables. 2011-03-25 16:39:59 +01:00
w32font.c w32: Fix some warnings reported by -Wall -Wextra. 2011-03-23 17:25:38 +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 nt/*.c, src/*.c: Remove unused variables. 2011-03-25 16:39:59 +01:00
w32inevt.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w32menu.c src/*.h: Remove unused parameters and functions. 2011-03-26 02:23:15 +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 nt/*.c, src/*.c: Remove unused variables. 2011-03-25 16:39:59 +01:00
w32term.h src/w32*.c: Clean up extern declarations. 2011-03-14 18:07:53 +01: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 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 Merge from lexical-binding branch. 2011-04-01 13:19:52 -04:00
window.h Merge from trunk 2011-03-21 12:42:16 -04:00
xdisp.c src/xdisp.c (redisplay_internal): Fix prototype. 2011-03-31 21:42:38 +02:00
xfaces.c * xfaces.c (realize_named_face): Remove vars that are set but not used. 2011-04-01 10:41:46 -07:00
xfns.c * xfns.c (make_invisible_cursor): Don't return garbage 2011-04-01 19:06:43 -07:00
xfont.c * xfont.c (xfont_open): Avoid unnecessary tests. 2011-04-04 22:14:06 -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 (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 src/*.h: Remove unused parameters and functions. 2011-03-26 02:23:15 +01:00
xml.c * xml.c (make_dom): Now static. 2011-03-18 19:43:47 -07: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_get_local_selection, x_handle_property_notify): 2011-04-01 19:02:18 -07: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 * xterm.c (scroll_bar_windows_size): Now size_t, not int. 2011-04-01 13:14:03 -07: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/>.