summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-03-02 20:45:28 +0000
committerPavel Janík <Pavel@Janik.cz>2002-03-02 20:45:28 +0000
commitf03c052c0fcd005fb3a3b5876b23c58f4a59c48f (patch)
treedc7a01b3401d226ac9ca4e3c2e6652a301348aa8
parent068929cd624e734b560332257f84782eebf63abd (diff)
downloademacs-f03c052c0fcd005fb3a3b5876b23c58f4a59c48f.tar.gz
(tildify-string-alist): Entry for xml-mode added.
From Milan Zamazal <pdm@zamazal.org>.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/textmodes/tildify.el5
2 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 239a23be473..3dde0bec4bb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
+
+ * textmodes/tildify.el (tildify-string-alist): Entry for xml-mode
+ added. From Milan Zamazal <pdm@zamazal.org>.
+
2002-03-01 Andreas Schwab <schwab@suse.de>
* textmodes/texnfo-upd.el (texinfo-start-menu-description): Remove
diff --git a/lisp/textmodes/tildify.el b/lisp/textmodes/tildify.el
index 99837a15226..b7e32021907 100644
--- a/lisp/textmodes/tildify.el
+++ b/lisp/textmodes/tildify.el
@@ -1,9 +1,9 @@
;;; tildify.el --- adding hard spaces into texts
-;; Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+;; Copyright (C) 1997, 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
;; Author: Milan Zamazal <pdm@zamazal.org>
-;; Version: 4.4
+;; Version: 4.5
;; Keywords: text, TeX, SGML, wp
;; This file is part of GNU Emacs.
@@ -86,6 +86,7 @@ mode, the item for the mode SYMBOL is looked up in the alist instead."
(tex-mode . latex-mode)
(plain-tex-mode . latex-mode)
(sgml-mode . "&nbsp;")
+ (xml-mode . sgml-mode)
(html-mode . sgml-mode)
(t . " "))
"Alist specifying what is a hard space in the current major mode.