emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/shell.el


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/shell.el
Date: Fri, 28 Jun 2002 14:50:22 -0400

Index: emacs/lisp/shell.el
diff -c emacs/lisp/shell.el:1.113 emacs/lisp/shell.el:1.114
*** emacs/lisp/shell.el:1.113   Tue May 14 04:46:00 2002
--- emacs/lisp/shell.el Fri Jun 28 14:50:21 2002
***************
*** 275,280 ****
--- 275,288 ----
    :type '(repeat (string :tag "Argument"))
    :group 'shell)
  
+ (defcustom explicit-bash-args
+     ;; Tell bash not to use readline.
+     '("--noediting" "-i")
+   "*Args passed to inferior shell by M-x shell, if the shell is bash.
+ Value is a list of strings, which may be nil."
+   :type '(repeat (string :tag "Argument"))
+   :group 'shell)
+ 
  (defcustom shell-input-autoexpand 'history
    "*If non-nil, expand input command history references on completion.
  This mirrors the optional behavior of tcsh (its autoexpand and histlit).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]