diff options
| author | Richard M. Stallman | 1998-10-17 15:29:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-10-17 15:29:39 +0000 |
| commit | 362ae0b3f87cb7ea1c901d76c7683bca56851699 (patch) | |
| tree | 3afb443295c92def8efb01e0a0d06c051a31533c | |
| parent | 62ef18ce5abe7479c081310c4257ece857d68f58 (diff) | |
| download | emacs-362ae0b3f87cb7ea1c901d76c7683bca56851699.tar.gz emacs-362ae0b3f87cb7ea1c901d76c7683bca56851699.zip | |
(shell-input-autoexpand): Fix customization group.
| -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 a751aa52e93..78eeb479300 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -270,7 +270,7 @@ for Shell mode only." | |||
| 270 | (const input) | 270 | (const input) |
| 271 | (const history) | 271 | (const history) |
| 272 | (const :tag "on" t)) | 272 | (const :tag "on" t)) |
| 273 | :type 'shell) | 273 | :group 'shell) |
| 274 | 274 | ||
| 275 | (defvar shell-dirstack nil | 275 | (defvar shell-dirstack nil |
| 276 | "List of directories saved by pushd in this buffer's shell. | 276 | "List of directories saved by pushd in this buffer's shell. |