# HG changeset patch # User Gerd Moellmann # Date 975411460 0 # Node ID 7012133c553b1eed1c1da77d0cabc9c581faa251 # Parent 703910cf20ec4b9dbba8c12b9d121ce825f74e2d *** empty log message *** diff -r 703910cf20ec -r 7012133c553b lisp/textmodes/tildify.el --- a/lisp/textmodes/tildify.el Tue Nov 28 10:55:35 2000 +0000 +++ b/lisp/textmodes/tildify.el Tue Nov 28 11:37:40 2000 +0000 @@ -1,6 +1,6 @@ ;;; tildify.el --- adding hard spaces into texts -;; Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. ;; Author: Milan Zamazal ;; Version: 4.4 @@ -84,6 +84,7 @@ (defcustom tildify-string-alist '((latex-mode . "~") (tex-mode . latex-mode) + (plain-tex-mode . latex-mode) (sgml-mode . " ") (html-mode . sgml-mode) (t . " ")) diff -r 703910cf20ec -r 7012133c553b src/ChangeLog --- a/src/ChangeLog Tue Nov 28 10:55:35 2000 +0000 +++ b/src/ChangeLog Tue Nov 28 11:37:40 2000 +0000 @@ -1,3 +1,8 @@ +2000-11-28 Gerd Moellmann + + * xdisp.c (forward_to_next_line_start): Check for newlines, + not end of line, which includes CR. + 2000-11-28 Kenichi Handa * coding.c (Ffind_coding_systems_region_internal): Be sure to