Mercurial > emacs
changeset 38044:d2534bdf1832
(texinfo-format-syntax-table): Revert previous change.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 15 Jun 2001 00:56:58 +0000 |
parents | 3577e0c41a1e |
children | 40c2d7eaa470 |
files | lisp/textmodes/texinfmt.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/texinfmt.el Thu Jun 14 21:05:55 2001 +0000 +++ b/lisp/textmodes/texinfmt.el Fri Jun 15 00:56:58 2001 +0000 @@ -1,6 +1,6 @@ ;;; texinfmt.el --- format Texinfo files into Info files. -;; Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 2001, +;; Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, ;; 1994, 1995, 1996, 1997, 1998, 2000, 2001 ;; Free Software Foundation, Inc. @@ -89,8 +89,8 @@ (if texinfo-format-syntax-table nil (setq texinfo-format-syntax-table (make-syntax-table)) - (modify-syntax-entry ?\" "." texinfo-format-syntax-table) - (modify-syntax-entry ?\\ "." texinfo-format-syntax-table) + (modify-syntax-entry ?\" " " texinfo-format-syntax-table) + (modify-syntax-entry ?\\ " " texinfo-format-syntax-table) (modify-syntax-entry ?@ "\\" texinfo-format-syntax-table) (modify-syntax-entry ?\^q "\\" texinfo-format-syntax-table) (modify-syntax-entry ?\[ "." texinfo-format-syntax-table)