Allow 'browse-url-emacs' to fetch URL in the selected window
[emacs.git] / src / README
blob9ac9216cd00b1bd3fd28a4800896224583c078e7
1 Copyright (C) 2001-2018 Free Software Foundation, Inc.
2 See the end of the file for license conditions.
5 This directory contains the source files for the C component of GNU Emacs.
6 Nothing in this directory is needed for using Emacs once it is built
7 and installed, if the dumped Emacs is copied elsewhere.
9 See the files ../README and then ../INSTALL for installation instructions.
11 The file 'Makefile.in' is used as a template by the script
12 '../configure' to produce 'Makefile'.  This is the file which actually
13 controls the compilation of Emacs C source files.  All of this should
14 work transparently; you should only need to change to the parent
15 directory, run './configure', and then run 'make'.
17 This file is part of GNU Emacs.
19 GNU Emacs is free software: you can redistribute it and/or modify
20 it under the terms of the GNU General Public License as published by
21 the Free Software Foundation, either version 3 of the License, or
22 (at your option) any later version.
24 GNU Emacs is distributed in the hope that it will be useful,
25 but WITHOUT ANY WARRANTY; without even the implied warranty of
26 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27 GNU General Public License for more details.
29 You should have received a copy of the GNU General Public License
30 along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.