From f747a4884c111992f8c6eeb072631e6250e2f5a3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 7 Jul 2005 22:04:28 +0000 Subject: [PATCH] (exec-path): Fix tag for nil. --- lisp/cus-start.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ;; callproc.c (shell-file-name execute file) (exec-path execute - (repeat (choice (const :tag "default" nil) + (repeat (choice (const :tag "default directory" nil) (directory :format "%v")))) ;; coding.c (inhibit-eol-conversion mule boolean) -- 2.39.2