From 905a39b8c70322a22446b5cfbf88e1250baf97be Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 2 Mar 2002 20:42:20 +0000 Subject: [PATCH] (tildify-string-alist): Entry for xml-mode added. From Milan Zamazal . --- lisp/ChangeLog | 5 +++++ lisp/textmodes/tildify.el | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 76e84ecb888..024b35ac6b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-03-02 Pavel Jan,Bm(Bk + + * textmodes/tildify.el (tildify-string-alist): Entry for xml-mode + added. From Milan Zamazal . + 2002-03-02 Miles Bader * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the 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 -;; 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 . " ") + (xml-mode . sgml-mode) (html-mode . sgml-mode) (t . " ")) "Alist specifying what is a hard space in the current major mode. -- 2.39.5