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
lyskom-elisp-client
lyskom-elisp-client
Commits
b3f950b5
Commit
b3f950b5
authored
Nov 25, 1999
by
David Byers
Browse files
Bugfix i ändra presentation och sätt lapp på dörren
parent
08f17667
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
b3f950b5
1999-11-25 David Byers <davby@ida.liu.se>
* commands1.el (lyskom-change-pres-or-motd-2): Fixed nesting bug
that caused the callback not to be called.
1999-11-23 David Byers <davby@ida.liu.se>
* commands1.el (lyskom-private-answer-soon): Fixed nesting bug
...
...
src/commands1.el
View file @
b3f950b5
...
...
@@ -1161,11 +1161,11 @@ TYPE is either 'pres or 'motd, depending on what should be changed."
(
if
(
and
(
eq
type
'pres
)
(
conf-type->letterbox
(
conf-stat->conf-type
conf-stat
)))
(
lyskom-get-string
'presentation-form
)
""
))
))
(
cond
((
eq
type
'pres
)
'lyskom-set-presentation
)
((
eq
type
'motd
)
'lyskom-set-conf-motd
))
(
conf-stat->conf-no
conf-stat
)))
""
))
(
cond
((
eq
type
'pres
)
'lyskom-set-presentation
)
((
eq
type
'motd
)
'lyskom-set-conf-motd
))
(
conf-stat->conf-no
conf-stat
)))
))
(
t
(
lyskom-format-insert
'not-supervisor-for
conf-stat
))))
...
...
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