diff options
| author | Michael Albinus | 2010-04-25 08:34:03 +0200 |
|---|---|---|
| committer | Michael Albinus | 2010-04-25 08:34:03 +0200 |
| commit | 3b0788f68ec9a0938dffcd9dd19894e3df84a376 (patch) | |
| tree | c7d6b01852a5d69eaf7d4b0ee62c3c9b119cc7e0 | |
| parent | 8ed6fc47b790332a282f0b41b9220ebc186c0c4d (diff) | |
| download | emacs-3b0788f68ec9a0938dffcd9dd19894e3df84a376.tar.gz emacs-3b0788f68ec9a0938dffcd9dd19894e3df84a376.zip | |
Fix the entry about eshell's su and sudo commands. bug#6021
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -392,7 +392,7 @@ search in file buffers whose file names match the specified wildcard. | |||
| 392 | +++ | 392 | +++ |
| 393 | *** Autorevert Tail mode now works also for remote files. | 393 | *** Autorevert Tail mode now works also for remote files. |
| 394 | +++ | 394 | +++ |
| 395 | *** The new built-in commands `su' and `sudo' support Tramp. | 395 | *** The new eshell built-in commands `su' and `sudo' support Tramp. |
| 396 | That means, they change `default-directory' to the new users value, | 396 | That means, they change `default-directory' to the new users value, |
| 397 | and let commands run under that user permissions. It works even when | 397 | and let commands run under that user permissions. It works even when |
| 398 | `default-directory' is already remote. Calling the external commands | 398 | `default-directory' is already remote. Calling the external commands |