Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6ed24d2e
Commit
6ed24d2e
authored
Sep 02, 2003
by
Jason Rumney
Browse files
(tsang-quick-converter): Fix broken line-ends from CVS before doing conversion.
parent
a2fcf029
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/international/titdic-cnv.el
lisp/international/titdic-cnv.el
+5
-0
No files found.
lisp/ChangeLog
View file @
6ed24d2e
2003-09-02 Jason Rumney <jasonr@gnu.org>
* international/titdic-cnv.el (tsang-quick-converter): Fix broken
line-ends from CVS before doing conversion.
2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
* calendar/diary-lib.el (diary-header-line-flag)
...
...
lisp/international/titdic-cnv.el
View file @
6ed24d2e
...
...
@@ -768,6 +768,11 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"."
(insert "
(
quail-define-rules\n
")
(save-excursion
(set-buffer dicbuf)
;; Handle double CR line ends, which result when checking out of
;; CVS on MS-Windows.
(goto-char (point-min))
(while (re-search-forward "
\r\r$
" nil t)
(replace-match ""))
(goto-char (point-min))
(search-forward "
A440
")
(beginning-of-line)
...
...
Write
Preview
Markdown
is supported
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