aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-07-07 22:04:28 +0000
committerRichard M. Stallman2005-07-07 22:04:28 +0000
commitf747a4884c111992f8c6eeb072631e6250e2f5a3 (patch)
tree8a0b7b8fa43f2ee29b66e5176842495965eb7251
parent72e869ba05fafc70cc3ac9ac8c869228d7af82f8 (diff)
downloademacs-f747a4884c111992f8c6eeb072631e6250e2f5a3.tar.gz
emacs-f747a4884c111992f8c6eeb072631e6250e2f5a3.zip
(exec-path): Fix tag for nil.
-rw-r--r--lisp/cus-start.el2
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)