Mercurial > emacs
changeset 17896:2a56740f3a85
Change load-path tag again.
author | Per Abrahamsen <abraham@dina.kvl.dk> |
---|---|
date | Tue, 20 May 1997 12:28:28 +0000 |
parents | e6f543c1cea5 |
children | 02b656fa8243 |
files | lisp/cus-start.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)