diff options
Diffstat (limited to 'lisp/shell.el')
| -rw-r--r-- | lisp/shell.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/shell.el b/lisp/shell.el index d09d7aee43f..51a0ffc4fe8 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -111,9 +111,10 @@ | |||
| 111 | "Directory support in shell mode." | 111 | "Directory support in shell mode." |
| 112 | :group 'shell) | 112 | :group 'shell) |
| 113 | 113 | ||
| 114 | (defgroup shell-faces nil | 114 | ;; Unused. |
| 115 | "Faces in shell buffers." | 115 | ;;; (defgroup shell-faces nil |
| 116 | :group 'shell) | 116 | ;;; "Faces in shell buffers." |
| 117 | ;;; :group 'shell) | ||
| 117 | 118 | ||
| 118 | ;;;###autoload | 119 | ;;;###autoload |
| 119 | (defcustom shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") | 120 | (defcustom shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") |