changeset 43636:30dfcb85b1ca

(tildify-string-alist): Entry for xml-mode added. From Milan Zamazal <pdm@zamazal.org>.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 02 Mar 2002 20:39:50 +0000
parents b350cf8c26bc
children 1d408466a962
files lisp/textmodes/tildify.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/tildify.el	Sat Mar 02 14:41:57 2002 +0000
+++ b/lisp/textmodes/tildify.el	Sat Mar 02 20:39:50 2002 +0000
@@ -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 @@
     (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.