1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

Changed load-path look a little.

This commit is contained in:
Per Abrahamsen 1997-05-19 17:14:43 +00:00
parent 92d225d1d3
commit 016863e6db

View File

@ -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)