Files
emacs/src
Stefan Kangas d82cfbc0e9 Merge from origin/emacs-28
745a732ae4 ; Further author fixes in authors.el
bef17bca21 * src/dosfns.c (Fint86): Doc fix; don't use obsolete names.
bc55dc04af * doc/misc/erc.texi (Keystroke Summary): Fix doc for TAB.
ef4d216eb3 Remove reference to variable obsolete since 24.1
7282e492d5 * doc/misc/efaq.texi (New in Emacs 28): New node.
eafcccd38f ; FAQ: Normalize references to the NEWS.NN file
c006c490eb ; * doc/misc/efaq.texi (Latest version of Emacs): Update v...
9fbc4fa0e7 Add Tramp version integrated in Emacs 28.1
2021-12-04 06:30:32 +01:00
..
2021-12-03 06:30:26 +01:00
2021-11-14 14:06:55 -05:00
2021-10-13 11:19:12 -07:00
2021-11-13 16:46:31 +01:00
2021-11-12 13:59:58 +01:00
2021-12-03 06:30:26 +01:00
2021-10-03 20:05:09 -07:00
2021-06-16 18:05:41 +02:00
2021-05-13 08:11:03 -07:00
2021-11-28 13:34:57 -06:00
2021-11-26 07:17:21 +01:00
2021-12-03 06:30:26 +01:00
2021-12-03 06:30:26 +01:00
2021-10-25 09:34:37 -07:00
2021-11-21 16:04:31 +01:00
2021-06-19 15:19:04 +02:00
2021-11-28 13:14:13 +08:00
2021-11-24 12:58:39 +00:00
2021-11-24 12:58:39 +00:00
2021-12-02 10:27:24 +08:00
2021-12-03 13:09:34 -08:00
2021-12-03 06:30:26 +01:00
2021-11-18 10:03:13 +01:00
2021-09-30 20:11:43 +03:00
2021-11-27 08:34:51 +08:00
2021-11-06 12:59:14 +00:00
2021-11-29 22:11:04 +00:00
2021-12-04 06:30:32 +01:00
2021-10-13 11:47:21 -07:00
2021-11-07 02:59:42 +01:00
2021-10-03 17:32:03 -07:00
2021-11-16 08:26:24 +01:00
2021-12-02 10:27:24 +08:00
2021-07-04 11:36:17 +01:00
2021-10-11 09:24:56 -07:00
2021-10-03 20:05:09 -07:00
2021-11-12 07:17:11 +01:00
2021-11-07 18:06:24 +01:00
2021-05-13 08:11:03 -07:00
2021-11-14 15:02:40 +02:00
2021-11-21 16:57:12 +02:00
2021-05-13 08:11:03 -07:00
2021-05-13 08:11:03 -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-2021 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 <https://www.gnu.org/licenses/>.