emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/tildify.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/tildify.el
Date: Sat, 02 Mar 2002 15:43:22 -0500

Index: emacs/lisp/textmodes/tildify.el
diff -c emacs/lisp/textmodes/tildify.el:1.6 emacs/lisp/textmodes/tildify.el:1.7
*** emacs/lisp/textmodes/tildify.el:1.6 Sun Aug  5 04:59:42 2001
--- emacs/lisp/textmodes/tildify.el     Sat Mar  2 15:39:50 2002
***************
*** 1,9 ****
  ;;; tildify.el --- adding hard spaces into texts
  
! ;; Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
  
  ;; Author:     Milan Zamazal <address@hidden>
! ;; Version:    4.4
  ;; Keywords:   text, TeX, SGML, wp
  
  ;; This file is part of GNU Emacs.
--- 1,9 ----
  ;;; tildify.el --- adding hard spaces into texts
  
! ;; Copyright (C) 1997, 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
  
  ;; Author:     Milan Zamazal <address@hidden>
! ;; Version:    4.5
  ;; Keywords:   text, TeX, SGML, wp
  
  ;; This file is part of GNU Emacs.
***************
*** 86,91 ****
--- 86,92 ----
      (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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]