From 72190a54f6960000b621799e1d10e28122a98991 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 15 Jun 2001 00:57:40 +0000 Subject: [PATCH] (texinfo-format-syntax-table): Revert previous change. --- lisp/ChangeLog | 5 +++++ lisp/textmodes/texinfmt.el | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d8fc8c83ac1..ad66de40d26 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-06-15 Miles Bader + + * textmodes/texinfmt.el (texinfo-format-syntax-table): Revert + previous change. + 2001-06-14 Richard M. Stallman * replace.el (keep-lines-read-args): Return just a regexp. diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 0977ff7a146..91caa8a9859 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el @@ -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 optional argument HERE is non-nil, insert info at point." (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) -- 2.39.2