Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
65c8b377
Commit
65c8b377
authored
Jul 29, 1996
by
David Kågedal
Browse files
No commit message
No commit message
parent
0671a8a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/completing-read.el
View file @
65c8b377
...
...
@@ -140,8 +140,8 @@ See lyskom-read-conf for a description of the parameters."
(
let
((
conf-z-info
(
lyskom-read-conf
prompt
type
empty
initial
mustmatch
)))
(
cond
((
null
conf-z-info
)
""
)
((
stringp
conf-z-info
)
conf-z-info
)
((
lyskom-conf-stat-p
conf-z-info
)
(
conf-stat->name
conf-z-info
)
(
t
(
conf-z-info->name
conf-z-info
)))))
((
lyskom-conf-stat-p
conf-z-info
)
(
conf-stat->name
conf-z-info
)
)
n
(
t
(
conf-z-info->name
conf-z-info
)))))
(
defun
lyskom-read-conf
(
prompt
type
&optional
empty
initial
mustmatch
)
"Completing read a conference or person from the minibuffer.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment