diff options
| author | Stefan Monnier | 2018-07-18 10:23:20 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2018-07-18 10:23:20 -0400 |
| commit | 04a32fa60bead4359bc9353af67f26958c795593 (patch) | |
| tree | 4252eb9289456b71892afc059162f0a04930ab72 /etc | |
| parent | 343b29381cc53d53b1a2c1fdfacf0f5c4761f505 (diff) | |
| download | emacs-04a32fa60bead4359bc9353af67f26958c795593.tar.gz emacs-04a32fa60bead4359bc9353af67f26958c795593.zip | |
* lisp/comint.el: Clean up namespace
(shell-strip-ctrl-m): Mark as obsolete.
(comint-send-invisible): Rename from `send-invisible`.
(send-invisible): Make it an obsolete alias.
* lisp/net/rlogin.el: Adjust accordingly; Use lexical-binding.
* lisp/shell.el: Adjust accordingly.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -233,6 +233,10 @@ shown in the currently selected window. | |||
| 233 | ** Comint | 233 | ** Comint |
| 234 | 234 | ||
| 235 | +++ | 235 | +++ |
| 236 | *** 'send-invisible' is now an obsolete alias for `comint-send-invisible' | ||
| 237 | Also, 'shell-strip-ctrl-m' is declared obsolete. | ||
| 238 | |||
| 239 | +++ | ||
| 236 | *** 'C-c .' (comint-insert-previous-argument) no longer interprets '&'. | 240 | *** 'C-c .' (comint-insert-previous-argument) no longer interprets '&'. |
| 237 | This feature caused problems when '&&' was present in the previous | 241 | This feature caused problems when '&&' was present in the previous |
| 238 | command. Since this command emulates 'M-.' in Bash and zsh, neither | 242 | command. Since this command emulates 'M-.' in Bash and zsh, neither |