Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Liljenberg
lyskom-elisp-client
Commits
65d4d30f
Commit
65d4d30f
authored
Oct 13, 1999
by
David Byers
Browse files
Avoid completing all confs a little more often.
parent
29066698
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
65d4d30f
1999-10-13 David Byers <davby@ida.liu.se>
* completing-read.el (lyskom-read-conf-internal): Don't try to get
completion for all confs.
* view-text.el (lyskom-view-text): Use lyskom-mx-date-to-time.
* komtypes.el (lyskom-create-time): Added tzhr and tzmin to time.
...
...
src/completing-read.el
View file @
65d4d30f
...
...
@@ -305,7 +305,7 @@ function work as a name-to-conf-stat translator."
(
cond
((
and
(
null
all
)
(
string
=
string
""
))
""
)
(
string
-match
"^\\s-*$"
string
))
""
)
((
and
(
eq
all
'lyskom-lookup
)
(
string-match
"^\\s-*$"
string
))
nil
)
((
and
(
eq
all
'lambda
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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