aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Abrahamsen1997-05-19 17:14:43 +0000
committerPer Abrahamsen1997-05-19 17:14:43 +0000
commit016863e6db0f888f48baadbe4780ffb0f47dfd9a (patch)
treefdc40de2db97db31279dd0f46704f9eddf9c2fa7
parent92d225d1d3ed163a9a05e43cc2e629a4d51b4f33 (diff)
downloademacs-016863e6db0f888f48baadbe4780ffb0f47dfd9a.tar.gz
emacs-016863e6db0f888f48baadbe4780ffb0f47dfd9a.zip
Changed load-path look a little.
-rw-r--r--lisp/cus-start.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index 48af1c0d8d4..b2c0790a7ac 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -132,7 +132,7 @@
132 ;; lread.c 132 ;; lread.c
133 (load-path environment 133 (load-path environment
134 (repeat (choice :tag "Directory" 134 (repeat (choice :tag "Directory"
135 (const :tag "default" nil) 135 (const :tag "use current" nil)
136 (directory :format "%v")))) 136 (directory :format "%v"))))
137 ;; minibuf.c 137 ;; minibuf.c
138 (completion-auto-help minibuffer boolean) 138 (completion-auto-help minibuffer boolean)