# HG changeset patch # User Per Abrahamsen # Date 864062083 0 # Node ID 227172b862e4cbfcd0e86d81b33cdafe11ab07bc # Parent f36dbc0b1e8050308fd4d3ca2764c91ad70e9a2a Changed load-path look a little. diff -r f36dbc0b1e80 -r 227172b862e4 lisp/cus-start.el --- a/lisp/cus-start.el Mon May 19 08:32:44 1997 +0000 +++ b/lisp/cus-start.el Mon May 19 17:14:43 1997 +0000 @@ -132,7 +132,7 @@ ;; lread.c (load-path environment (repeat (choice :tag "Directory" - (const :tag "default" nil) + (const :tag "use current" nil) (directory :format "%v")))) ;; minibuf.c (completion-auto-help minibuffer boolean)