]> git.eshelyaron.com Git - emacs.git/commit
Adjust write-region so file name is at the beginning again
authorNoam Postavsky <npostavs@gmail.com>
Fri, 7 Apr 2017 23:54:11 +0000 (19:54 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Fri, 7 Apr 2017 23:54:11 +0000 (19:54 -0400)
commitc323659344ba4db7a0b074b2e29d0a5f33d5eb80
treee7f01af125f1fe89da2214b3b9c0f02a06694308
parent75824977851f27146638672bba4d3789f2a32612
Adjust write-region so file name is at the beginning again

* lisp/epa-file.el (epa-file-write-region):
* lisp/gnus/mm-util.el (mm-append-to-file):
* lisp/jka-compr.el (jka-compr-write-region):
* lisp/net/ange-ftp.el (ange-ftp-write-region):
* lisp/net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
* lisp/net/tramp-sh.el (tramp-sh-handle-write-region):
* src/fileio.c (write_region): Put file name at the beginning and move
number of characters to the end of the message.
lisp/epa-file.el
lisp/gnus/mm-util.el
lisp/jka-compr.el
lisp/net/ange-ftp.el
lisp/net/tramp-gvfs.el
lisp/net/tramp-sh.el
src/fileio.c