Mercurial > emacs
comparison lisp/ChangeLog @ 70020:2578326defd6
* net/tramp.el (tramp-display-shell-command-buffer): New defvar.
(tramp-handle-shell-command): Display output buffer only when
`tramp-display-shell-command-buffer' is true.
(tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Thu, 13 Apr 2006 19:51:04 +0000 |
parents | a186cf26482b |
children | 8991a6461375 |
comparison
equal
deleted
inserted
replaced
70019:a186cf26482b | 70020:2578326defd6 |
---|---|
1 2006-04-13 Michael Albinus <michael.albinus@gmx.de> | |
2 | |
3 * net/tramp.el (tramp-display-shell-command-buffer): New defvar. | |
4 (tramp-handle-shell-command): Display output buffer only when | |
5 `tramp-display-shell-command-buffer' is true. | |
6 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'. | |
7 | |
1 2006-04-13 Carsten Dominik <dominik@science.uva.nl> | 8 2006-04-13 Carsten Dominik <dominik@science.uva.nl> |
2 | 9 |
3 * textmodes/org.el (org-set-autofill-regexps): Set only the local | 10 * textmodes/org.el (org-set-autofill-regexps): Set only the local |
4 values of `adaptive-fill-regexp' and `adaptive-fill-function'. | 11 values of `adaptive-fill-regexp' and `adaptive-fill-function'. |
5 | 12 |