diff options
| author | Richard M. Stallman | 2005-07-07 22:04:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-07-07 22:04:28 +0000 |
| commit | f747a4884c111992f8c6eeb072631e6250e2f5a3 (patch) | |
| tree | 8a0b7b8fa43f2ee29b66e5176842495965eb7251 | |
| parent | 72e869ba05fafc70cc3ac9ac8c869228d7af82f8 (diff) | |
| download | emacs-f747a4884c111992f8c6eeb072631e6250e2f5a3.tar.gz emacs-f747a4884c111992f8c6eeb072631e6250e2f5a3.zip | |
(exec-path): Fix tag for nil.
| -rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 8cd5732d87c..fdf8c8a3aae 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -77,7 +77,7 @@ since it could result in memory overflow and make Emacs crash." | |||
| 77 | ;; callproc.c | 77 | ;; callproc.c |
| 78 | (shell-file-name execute file) | 78 | (shell-file-name execute file) |
| 79 | (exec-path execute | 79 | (exec-path execute |
| 80 | (repeat (choice (const :tag "default" nil) | 80 | (repeat (choice (const :tag "default directory" nil) |
| 81 | (directory :format "%v")))) | 81 | (directory :format "%v")))) |
| 82 | ;; coding.c | 82 | ;; coding.c |
| 83 | (inhibit-eol-conversion mule boolean) | 83 | (inhibit-eol-conversion mule boolean) |