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
d908a549
Commit
d908a549
authored
Apr 14, 2002
by
Per Cederqvist
Browse files
Improve "Compare two texts".
parent
0d0d9684
Changes
2
Show whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
d908a549
2002-04-14 Per Cederqvist <ceder@ceder.dyndns.org>
Improve "Compare two texts".
* commands2.el (lyskom-create-text-buffer): Add a trailing newline
in the temporary buffer, so that ediff behaves if new lines were
added at the end of one of the texts to compare.
* vars.el.in (kom-server-aliases): Changed "CSD-KOM" to "UppKOM",
as requested by Thorild Seln.
2002-04-14 David Byers <david.byers@swipnet.se>
* faqs.el (lyskom-check-for-read-faqs): Handle missing FAQ texts
...
...
@@ -300,6 +310,7 @@
* Makefile (debian-packages): new target.
>>>>>>> 44.514
2002-03-25 Joel Rosdahl <joel@lysator.liu.se>
* distribution-configure.in: Corrected help text for
...
...
src/commands2.el
View file @
d908a549
...
...
@@ -2500,6 +2500,9 @@ configurable variable `kom-review-marks-texts-as-read' in the current buffer."
(
let
((
buf
(
generate-new-buffer
(
format
"%d"
text-no
))))
(
set-buffer
buf
)
(
insert
(
text->decoded-text-mass
text
text-stat
))
;; Add a terminating newline. Ediff works better that way, and it
;; should not harm any other applications of this function.
(
insert
"\n"
)
(
set-buffer-modified-p
nil
)
buf
))
...
...
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