Merge from origin/emacs-25
0377fe2
; Spelling fixesf253695
Update docs for `customize-mode'4395aaa
Fix documentation of 'assoc-string' and 'compare-strings'ab0ebb9
; Only load .elc file in tests.a98aa02
Error on multibyte characters in HTTP requestea512a7
* lisp/gnus/mm-decode.el (mm-convert-shr-links): Mask keys th...8297331
; Revert "Ensure undo-boundary after insert-file-contents."dc5e65b
Unset GIT_DIR when calling Git commands6cdd8f7
Ensure undo-boundary after insert-file-contents.4793f5f
Clarify documentation of 'line-spacing' and 'line-height'5f37572
Fix removal of variables from process-environmente5e886d
* admin/authors.el (authors-ignored-files, authors-valid-file...db0777b
* admin/authors.el (authors-aliases, authors-fixed-case): Add... # Conflicts: # doc/lispref/modes.texi # lisp/gnus/mm-decode.el
This commit is contained in:
commit
fdcf46d33e
14 changed files with 72 additions and 47 deletions
|
@ -1434,7 +1434,8 @@ The difference to vc-do-command is that this function always invokes
|
|||
(let ((coding-system-for-read
|
||||
(or coding-system-for-read vc-git-log-output-coding-system))
|
||||
(coding-system-for-write
|
||||
(or coding-system-for-write vc-git-commits-coding-system)))
|
||||
(or coding-system-for-write vc-git-commits-coding-system))
|
||||
(process-environment (cons "GIT_DIR" process-environment)))
|
||||
(apply 'vc-do-command (or buffer "*vc*") okstatus vc-git-program
|
||||
;; http://debbugs.gnu.org/16897
|
||||
(unless (and (not (cdr-safe file-or-list))
|
||||
|
@ -1462,6 +1463,7 @@ The difference to vc-do-command is that this function always invokes
|
|||
(coding-system-for-write
|
||||
(or coding-system-for-write vc-git-commits-coding-system))
|
||||
(process-environment (cons "PAGER=" process-environment)))
|
||||
(push "GIT_DIR" process-environment)
|
||||
(apply 'process-file vc-git-program nil buffer nil command args)))
|
||||
|
||||
(defun vc-git--out-ok (command &rest args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue