Mercurial > emacs
changeset 33949:7012133c553b
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 28 Nov 2000 11:37:40 +0000 |
parents | 703910cf20ec |
children | a036721cfe80 |
files | lisp/textmodes/tildify.el src/ChangeLog |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <pdm@freesoft.cz> ;; 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 . " "))
--- 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 <gerd@gnu.org> + + * xdisp.c (forward_to_next_line_start): Check for newlines, + not end of line, which includes CR. + 2000-11-28 Kenichi Handa <handa@etl.go.jp> * coding.c (Ffind_coding_systems_region_internal): Be sure to