Files
emacs/src
Glenn Morris f314e84fce Revert 2013-01-31 change that decides coding system before backing up
It causes a more serious problem than the one it solves.
This closes bug#18141, and reopens bug#13522.

* lisp/files.el (basic-save-buffer-2): Revert 2013-01-31 change.

* src/fileio.c: Revert 2013-01-31 change.
(choose_write_coding_system): No longer callable from Lisp.
Move last piece back here from Fwrite_region.
(Fwrite_region, syms_of_fileio): Update for above changes.

* test/automated/data/files-bug18141.el.gz: New file.
* test/automated/files.el (files-test-bug-18141-file):
New variable and test.
2014-08-10 17:38:19 -07:00
..
2014-07-28 10:10:17 +03:00
2014-01-31 11:41:54 +02:00
2014-01-16 20:54:23 -05:00
2014-01-16 20:54:23 -05:00
2014-01-26 01:47:40 +01:00
2014-01-14 22:06:07 -05:00
2014-01-14 22:06:07 -05:00
2014-01-16 20:54:23 -05:00
2014-01-14 22:06:07 -05:00
2014-01-26 01:47:40 +01:00
2014-01-14 22:06:07 -05:00
2014-01-26 01:47:40 +01:00
2014-01-21 00:49:46 -08:00
2013-12-01 14:33:13 -08:00
2014-05-30 13:19:29 -07:00
2014-06-07 17:51:10 -07:00
2014-03-20 17:10:29 -07:00
2014-05-01 19:55:25 -04:00
2014-04-16 16:27:28 +03:00
2014-07-29 10:08:04 +02:00
2014-04-16 16:27:28 +03:00
2014-04-16 16:27:28 +03:00
2014-02-11 13:05:01 -05:00
2014-04-04 18:32:24 +02:00
2014-05-01 19:55:25 -04:00
2014-04-16 16:27:28 +03:00
2014-05-21 22:00:39 -07:00
2014-04-16 16:27:28 +03: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-2014 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/>.