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
17b3a85e
Commit
17b3a85e
authored
Aug 04, 2003
by
Johan Sundström
Browse files
Fix for bug 1073. Thanks, David.
parent
0d764ad9
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
17b3a85e
2003-08-04 Johan Sundström <jhs@lysator.liu.se>
* edit-text.el (lyskom-edit-fcc-text): Fix for bug 1073.
2003-08-03 David Byers <byers@lysator.liu.se>
* commands2.el (kom-status-server): Show statistics about the
...
...
src/edit-text.el
View file @
17b3a85e
...
...
@@ -1752,7 +1752,7 @@ Point must be located on the line where the subject is."
(
defun
lyskom-edit-fcc-text
(
conf-stat
text
text-no
is-anonymous
)
(
condition-case
arg
(
let
((
start
1
)
(
end
0
))
(
let
((
start
1
)
(
end
0
)
(
inhibit-read-only
t
)
)
(
save-excursion
(
set-buffer
(
lyskom-get-buffer-create
'fcc
"*kom*-fcc"
t
))
(
erase-buffer
)
...
...
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