aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2018-07-18 10:23:20 -0400
committerStefan Monnier2018-07-18 10:23:20 -0400
commit04a32fa60bead4359bc9353af67f26958c795593 (patch)
tree4252eb9289456b71892afc059162f0a04930ab72 /etc
parent343b29381cc53d53b1a2c1fdfacf0f5c4761f505 (diff)
downloademacs-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5648dd0a63a..861520bd14b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'
237Also, '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 '&'.
237This feature caused problems when '&&' was present in the previous 241This feature caused problems when '&&' was present in the previous
238command. Since this command emulates 'M-.' in Bash and zsh, neither 242command. Since this command emulates 'M-.' in Bash and zsh, neither