]> git.eshelyaron.com Git - emacs.git/commitdiff
(tildify-string-alist): Entry for xml-mode added.
authorPavel Janík <Pavel@Janik.cz>
Sat, 2 Mar 2002 20:45:28 +0000 (20:45 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 2 Mar 2002 20:45:28 +0000 (20:45 +0000)
From Milan Zamazal <pdm@zamazal.org>.

lisp/ChangeLog
lisp/textmodes/tildify.el

index 239a23be4737af71c8eb9f7721a2af1fd08802f2..3dde0bec4bb529a922eb3c8495d3f6406303e4ca 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-02  Pavel Jan\e,Bm\e(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
index 99837a15226522dd0854aa3c9cb3d0d9511a1489..b7e32021907f0937ffe519f19bfff1b9eefb3be2 100644 (file)
@@ -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.