aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2002-03-02 20:42:20 +0000
committerPavel Janík <[email protected]>2002-03-02 20:42:20 +0000
commit905a39b8c70322a22446b5cfbf88e1250baf97be (patch)
treeafd308ba4811c80a2f18cd5c86673ccea5af7ee9 /lisp/textmodes
parente7960874ede0f176f5f057286876da7f4b738be2 (diff)
(tildify-string-alist): Entry for xml-mode added.
From Milan Zamazal <[email protected]>.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/tildify.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/textmodes/tildify.el b/lisp/textmodes/tildify.el
index 99837a1522..b7e3202190 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 <[email protected]>
-;; 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.