diff options
| author | Vibhav Pant | 2015-03-17 05:01:59 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2015-03-17 05:01:59 +0530 |
| commit | ab4e4cc92c62051983f4ee5f1bf9c82440086451 (patch) | |
| tree | 6437b8243bbb4b74a9748fde80d86cd540f65f0c /etc | |
| parent | 3eb4d23a7cdee6f763b5be4947f70a1040c25424 (diff) | |
| download | emacs-ab4e4cc92c62051983f4ee5f1bf9c82440086451.tar.gz emacs-ab4e4cc92c62051983f4ee5f1bf9c82440086451.zip | |
Add 'clear' functionality to eshell.
* eshell/esh-mode.el (eshell/clear): New function.
* etc/NEWS: Mention new built-in command.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -556,6 +556,10 @@ to avoid interfering with the kill ring. | |||
| 556 | allow overriding the regular expression that recognizes the ldapsearch | 556 | allow overriding the regular expression that recognizes the ldapsearch |
| 557 | command line's password prompt. | 557 | command line's password prompt. |
| 558 | 558 | ||
| 559 | ** Eshell | ||
| 560 | |||
| 561 | *** The new built-in command `clear' can scroll window contents out of sight. | ||
| 562 | |||
| 559 | +++ | 563 | +++ |
| 560 | ** tar-mode: new `tar-new-entry' command, allowing for new members to | 564 | ** tar-mode: new `tar-new-entry' command, allowing for new members to |
| 561 | be added to the archive. | 565 | be added to the archive. |