/[emacs]/emacs/lisp/textmodes/tildify.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/tildify.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by pj, Sun Aug 5 08:59:42 2001 UTC revision 1.7 by pj, Sat Mar 2 20:39:50 2002 UTC
# Line 1  Line 1 
1  ;;; tildify.el --- adding hard spaces into texts  ;;; tildify.el --- adding hard spaces into texts
2    
3  ;; Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.  ;; Copyright (C) 1997, 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
4    
5  ;; Author:     Milan Zamazal <pdm@zamazal.org>  ;; Author:     Milan Zamazal <pdm@zamazal.org>
6  ;; Version:    4.4  ;; Version:    4.5
7  ;; Keywords:   text, TeX, SGML, wp  ;; Keywords:   text, TeX, SGML, wp
8    
9  ;; This file is part of GNU Emacs.  ;; This file is part of GNU Emacs.
# Line 86  mode, the item for the mode SYMBOL is lo Line 86  mode, the item for the mode SYMBOL is lo
86      (tex-mode . latex-mode)      (tex-mode . latex-mode)
87      (plain-tex-mode . latex-mode)      (plain-tex-mode . latex-mode)
88      (sgml-mode . "&nbsp;")      (sgml-mode . "&nbsp;")
89        (xml-mode . sgml-mode)
90      (html-mode . sgml-mode)      (html-mode . sgml-mode)
91      (t . " "))      (t . " "))
92    "Alist specifying what is a hard space in the current major mode.    "Alist specifying what is a hard space in the current major mode.

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26