diff options
| -rw-r--r-- | lisp/shell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el index 88e62c64361..bf7d2b820e4 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -287,7 +287,7 @@ Otherwise, one argument `-i' is passed to the shell. | |||
| 287 | ;;; changes the current directory of the shell buffer accordingly. | 287 | ;;; changes the current directory of the shell buffer accordingly. |
| 288 | ;;; | 288 | ;;; |
| 289 | ;;; This is basically a fragile hack, although it's more accurate than | 289 | ;;; This is basically a fragile hack, although it's more accurate than |
| 290 | ;;; the released version in shell.el. It has the following failings: | 290 | ;;; the version in Emacs 18's shell.el. It has the following failings: |
| 291 | ;;; 1. It doesn't know about the cdpath shell variable. | 291 | ;;; 1. It doesn't know about the cdpath shell variable. |
| 292 | ;;; 2. It only spots the first command in a command sequence. E.g., it will | 292 | ;;; 2. It only spots the first command in a command sequence. E.g., it will |
| 293 | ;;; miss the cd in "ls; cd foo" | 293 | ;;; miss the cd in "ls; cd foo" |