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
e4ea111d
Commit
e4ea111d
authored
Oct 11, 1996
by
Niels Möller
Browse files
Tog bort swasciistöd
parent
2c87e56a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/async.el
View file @
e4ea111d
...
...
@@ -259,9 +259,7 @@ this function shall be with current-buffer the BUFFER."
(
concat
(
char-to-string
(
downcase
(
string-to-char
doing
)))
(
substring
doing
1
))))
(
if
kom-emacs-knows-iso-8859-1
string
(
iso-8859-1-to-swascii
string
))))))
string
))))
(
cond
((
and
(
eq
kom-presence-messages-in-buffer
t
)
(
or
(
=
0
conf-num
)
...
...
@@ -394,9 +392,7 @@ converted, before insertion."
(
t
(
set-buffer
(
get-buffer-create
kom-show-personal-messages-in-buffer
))
(
goto-char
(
point-max
))
(
lyskom-insert
(
if
kom-emacs-knows-iso-8859-1
string
(
iso-8859-1-to-swascii
string
)))))
(
lyskom-insert
string
)))
(
if
kom-pop-personal-messages
(
display-buffer
(
current-buffer
))))))
...
...
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