From 939c9c52f1c7fea783a3371f1af8bf99785bf17b Mon Sep 17 00:00:00 2001 From: Per Abrahamsen Date: Tue, 20 May 1997 12:28:28 +0000 Subject: [PATCH] Change load-path tag again. --- lisp/cus-start.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/cus-start.el b/lisp/cus-start.el index b2c0790a7ac..4de32c953e7 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -131,9 +131,9 @@ :format "%t"))) ;; lread.c (load-path environment - (repeat (choice :tag "Directory" + (repeat (choice :tag "Current or Specific Dir" (const :tag "use current" nil) - (directory :format "%v")))) + (directory :tag "Specific")))) ;; minibuf.c (completion-auto-help minibuffer boolean) (enable-recursive-minibuffers minibuffer boolean) -- 2.39.5