diff options
| author | Michael Albinus | 2012-03-01 10:01:08 +0100 |
|---|---|---|
| committer | Michael Albinus | 2012-03-01 10:01:08 +0100 |
| commit | 99a54f2128e116ef58542fe745b3383f53dcf280 (patch) | |
| tree | 3b2b21308f2777b04f05333db83c45f4a9a36fff /lisp/ChangeLog | |
| parent | a032a70212f82e2d7d1e8ca056508a16f4fd5c3e (diff) | |
| download | emacs-99a54f2128e116ef58542fe745b3383f53dcf280.tar.gz emacs-99a54f2128e116ef58542fe745b3383f53dcf280.zip | |
* net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
* vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
Add "PAGER=" to `process-environment'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a320976a74f..08f6ac4d075 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,6 +3,12 @@ | |||
| 3 | * files.el (file-equal-p): Fix docstring. Avoid unnecessary | 3 | * files.el (file-equal-p): Fix docstring. Avoid unnecessary |
| 4 | access of FILE2, if FILE1 does not exist. | 4 | access of FILE2, if FILE1 does not exist. |
| 5 | 5 | ||
| 6 | * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"". | ||
| 7 | Reported by Robert Lupton the Good <rhl@astro.princeton.edu>. | ||
| 8 | |||
| 9 | * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'. | ||
| 10 | Add "PAGER=" to `process-environment'. | ||
| 11 | |||
| 6 | 2012-03-01 Michael R. Mauger <mmaug@yahoo.com> | 12 | 2012-03-01 Michael R. Mauger <mmaug@yahoo.com> |
| 7 | 13 | ||
| 8 | * progmodes/sql.el: Bug fix | 14 | * progmodes/sql.el: Bug fix |