# HG changeset patch # User Per Abrahamsen # Date 864131308 0 # Node ID 2a56740f3a8537755c5d7ab03fe331ce9757ead7 # Parent e6f543c1cea520accc8fbbc7400330f1948c4671 Change load-path tag again. diff -r e6f543c1cea5 -r 2a56740f3a85 lisp/cus-start.el --- a/lisp/cus-start.el Tue May 20 05:58:25 1997 +0000 +++ b/lisp/cus-start.el Tue May 20 12:28:28 1997 +0000 @@ -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)