aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/tildify.el3
-rw-r--r--src/ChangeLog5
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/textmodes/tildify.el b/lisp/textmodes/tildify.el
index a49c44bfe4f..fb17e4c3f68 100644
--- a/lisp/textmodes/tildify.el
+++ b/lisp/textmodes/tildify.el
@@ -1,6 +1,6 @@
1;;; tildify.el --- adding hard spaces into texts 1;;; tildify.el --- adding hard spaces into texts
2 2
3;; Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. 3;; Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
4 4
5;; Author: Milan Zamazal <pdm@freesoft.cz> 5;; Author: Milan Zamazal <pdm@freesoft.cz>
6;; Version: 4.4 6;; Version: 4.4
@@ -84,6 +84,7 @@ mode, the item for the mode SYMBOL is looked up in the alist instead."
84(defcustom tildify-string-alist 84(defcustom tildify-string-alist
85 '((latex-mode . "~") 85 '((latex-mode . "~")
86 (tex-mode . latex-mode) 86 (tex-mode . latex-mode)
87 (plain-tex-mode . latex-mode)
87 (sgml-mode . "&nbsp;") 88 (sgml-mode . "&nbsp;")
88 (html-mode . sgml-mode) 89 (html-mode . sgml-mode)
89 (t . " ")) 90 (t . " "))
diff --git a/src/ChangeLog b/src/ChangeLog
index 5fffc61fcf3..45c41746ad8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12000-11-28 Gerd Moellmann <gerd@gnu.org>
2
3 * xdisp.c (forward_to_next_line_start): Check for newlines,
4 not end of line, which includes CR.
5
12000-11-28 Kenichi Handa <handa@etl.go.jp> 62000-11-28 Kenichi Handa <handa@etl.go.jp>
2 7
3 * coding.c (Ffind_coding_systems_region_internal): Be sure to 8 * coding.c (Ffind_coding_systems_region_internal): Be sure to