(texinfo-format-syntax-table): Revert previous change.
This commit is contained in:
parent
01e3636e35
commit
72190a54f6
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-06-15 Miles Bader <miles@gnu.org>
|
||||
|
||||
* textmodes/texinfmt.el (texinfo-format-syntax-table): Revert
|
||||
previous change.
|
||||
|
||||
2001-06-14 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* replace.el (keep-lines-read-args): Return just a regexp.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue