mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-26
0cd7b52(origin/emacs-26) Minor improvements to do strings in callproc.cb8c7017Improve documentation of 'date-to-time' and 'parse-time-string'46095a7Fix downloading of URLs that end in a slash3b60a0a* doc/misc/eww.texi (Basics): Fix eww keybindings. (Bug#34291)8e22025Fix process-thread docstring459b669Fix failures of vc-find-revision with non-ASCII file namese9ff190* doc/lispref/tips.texi (Documentation Tips): Fix quotes. (B...3e49a08; * src/coding.h (struct coding_system): Fix a typo in a comm...b657286Add documentation for tabulated-list functions in the elisp m...6e0f67bFix URL in ucs-normalize.elce3ae1f* etc/PROBLEMS: Amend entry for profiler bug #34235 to mentio... # Conflicts: # doc/lispref/os.texi
This commit is contained in:
commit
0f9940505f
12 changed files with 106 additions and 16 deletions
|
|
@ -1996,10 +1996,13 @@ Saves the buffer to the file."
|
|||
(with-current-buffer filebuf
|
||||
(let ((failed t))
|
||||
(unwind-protect
|
||||
(let ((coding-system-for-read 'no-conversion)
|
||||
(coding-system-for-write 'no-conversion))
|
||||
(let ((coding-system-for-read 'no-conversion))
|
||||
(with-temp-file filename
|
||||
(let ((outbuf (current-buffer)))
|
||||
;; We will read the backend's output with no
|
||||
;; conversions, so we should also save the
|
||||
;; temporary file with no encoding conversions.
|
||||
(setq buffer-file-coding-system 'no-conversion)
|
||||
;; Change buffer to get local value of
|
||||
;; vc-checkout-switches.
|
||||
(with-current-buffer filebuf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue