# HG changeset patch # User Miles Bader # Date 992566618 0 # Node ID d2534bdf1832117ecfce959bc0bfbe5532ce4329 # Parent 3577e0c41a1ec0e50713ed45acd14c5330d9bd4a (texinfo-format-syntax-table): Revert previous change. diff -r 3577e0c41a1e -r d2534bdf1832 lisp/textmodes/texinfmt.el --- 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)