aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPhil Sainty2019-07-11 17:33:12 +0200
committerLars Ingebrigtsen2019-07-11 18:27:12 +0200
commit2daeea78335f4dbfd4d61fd3e179b41b48922104 (patch)
tree6f2a66118b41828f3214651ae9c357f0a3b530ac /etc
parentaecc82d7eb776985927bee3f62c5811cc4fc7b52 (diff)
downloademacs-2daeea78335f4dbfd4d61fd3e179b41b48922104.tar.gz
emacs-2daeea78335f4dbfd4d61fd3e179b41b48922104.zip
Support program switches in 'comint-run' command
* etc/NEWS: * doc/emacs/misc.texi: Describe new behaviour (bug#33037). * lisp/comint.el (comint-run): Add optional SWITCHES argument. With prefix argument C-u, prompt for SWITCHES.
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 532babd0fa6..89111b1b7de 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -754,6 +754,10 @@ better emulate 'M-.' in both Bash and zsh, since the former counts
754from the beginning of the arguments, while the latter counts from the 754from the beginning of the arguments, while the latter counts from the
755end. 755end.
756 756
757+++
758*** 'comint-run' can now accept a list of switches to pass to the program.
759'C-u M-x comint-run' will prompt for the switches interactively.
760
757** SQL 761** SQL
758 762
759*** SQL Indent Minor Mode 763*** SQL Indent Minor Mode