diff options
| author | Richard M. Stallman | 1997-09-13 06:12:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-09-13 06:12:13 +0000 |
| commit | 5ee3742d67de57b54d90684c0ec36622dcdd6466 (patch) | |
| tree | 4380ffefd8fc7742b21739dd65c29a3d5f571cb2 | |
| parent | 454b1ed891065289b3a761ab59f13be6d9c71c64 (diff) | |
| download | emacs-5ee3742d67de57b54d90684c0ec36622dcdd6466.tar.gz emacs-5ee3742d67de57b54d90684c0ec36622dcdd6466.zip | |
(ex-unix-type-shell): Fix customize type.
| -rw-r--r-- | lisp/emulation/viper-ex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el index dc4d1c3eebd..4d3b8fd0921 100644 --- a/lisp/emulation/viper-ex.el +++ b/lisp/emulation/viper-ex.el | |||
| @@ -151,7 +151,7 @@ | |||
| 151 | "\\)") | 151 | "\\)") |
| 152 | shell-file-name))) | 152 | shell-file-name))) |
| 153 | "Is the user using a unix-type shell under a non-OS?" | 153 | "Is the user using a unix-type shell under a non-OS?" |
| 154 | :type 'string | 154 | :type 'boolean |
| 155 | :group 'viper-ex) | 155 | :group 'viper-ex) |
| 156 | 156 | ||
| 157 | (defcustom ex-unix-type-shell-options | 157 | (defcustom ex-unix-type-shell-options |