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
0202793e
Commit
0202793e
authored
Aug 15, 1996
by
David Kågedal
Browse files
* startup.el (lyskom): Återanvänd inte levande sessioner.
parent
91ae9e91
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
0202793e
Thu Aug 15 21:15:10 1996 David Kgedal <davidk@lysator.liu.se>
* startup.el (lyskom): teranvnd inte levande sessioner.
Wed Aug 14 17:03:17 1996 David Kgedal <davidk@lysator.liu.se>
* Version 0.43.1 slppt.
...
...
src/Makefile
View file @
0202793e
...
...
@@ -25,7 +25,7 @@
# $Id$
#
CLIENTVERSION
=
0.43.
1
CLIENTVERSION
=
0.43.
2
SHELL
=
/bin/sh
...
...
src/startup.el
View file @
0202793e
...
...
@@ -86,7 +86,7 @@ See lyskom-mode for details."
(
switch-to-buffer
buffer
)
(
unwind-protect
(
progn
(
cond
(
buffer
(
cond
(
(
and
buffer
(
not
(
lyskom-buffer-p
buffer
)))
(
set-buffer
buffer
)
(
goto-char
(
point-max
))
(
let
((
time
(
decode-time
(
current-time
))))
...
...
src/view-text.el
View file @
0202793e
...
...
@@ -305,7 +305,7 @@ recipients to it that the user is a member in."
(
if
(
and
membership
(
>
loc-no
(
membership->last-text-read
membership
))
(
not
(
lyskom-vmemq
loc-no
(
membership->read-texts
membership
))))
(
membership->read-texts
membership
))))
(
setq
res
nil
)))))))
(
if
(
eq
res
'not-member
)
(
not
kom-follow-comments-outside-membership
)
...
...
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