diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-11-28 11:37:40 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-11-28 11:37:40 +0000 |
commit | 8049ddc043b60afb808e8b5dc4128b341fdaff8a (patch) | |
tree | e73d3477f3c3738a1aeb78bab8c31a90088f0804 /lisp/textmodes/tildify.el | |
parent | 8b31236d80dc99e7625696996c5cdeb0f628cb13 (diff) | |
download | emacs-8049ddc043b60afb808e8b5dc4128b341fdaff8a.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/textmodes/tildify.el')
-rw-r--r-- | lisp/textmodes/tildify.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/tildify.el b/lisp/textmodes/tildify.el index a49c44bfe4f..fb17e4c3f68 100644 --- a/lisp/textmodes/tildify.el +++ b/lisp/textmodes/tildify.el @@ -1,6 +1,6 @@ ;;; tildify.el --- adding hard spaces into texts -;; Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. ;; Author: Milan Zamazal <pdm@freesoft.cz> ;; Version: 4.4 @@ -84,6 +84,7 @@ mode, the item for the mode SYMBOL is looked up in the alist instead." (defcustom tildify-string-alist '((latex-mode . "~") (tex-mode . latex-mode) + (plain-tex-mode . latex-mode) (sgml-mode . " ") (html-mode . sgml-mode) (t . " ")) |