From 76511df312d167b04abcd24943a870717aaa16f0 Mon Sep 17 00:00:00 2001 From: kaoru Date: Fri, 9 Nov 2007 23:09:40 +0000 Subject: [PATCH] (texinfo-format-cedilla-accent): Quote `,'. --- utils/ChangeLog | 1 + utils/ptexinfmt.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/ChangeLog b/utils/ChangeLog index 71322e9..303c47a 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -3,6 +3,7 @@ * ptexinfmt.el (ptexinfmt-broken-facility, ptexinfmt-defun-if-broken) (ptexinfmt-defun-if-void, ptexinfmt-defvar-if-void): Don't use old-style backquotes. + (texinfo-format-cedilla-accent): Quote `,'. 2007-11-09 TAKAHASHI Kaoru diff --git a/utils/ptexinfmt.el b/utils/ptexinfmt.el index 9c98e13..741d9b3 100644 --- a/utils/ptexinfmt.el +++ b/utils/ptexinfmt.el @@ -524,7 +524,7 @@ For example, @verb\{|@|\} results in @ and (goto-char texinfo-command-start)) ;; @,{c} ==> c, cedilla accent -(put ', 'texinfo-format 'texinfo-format-cedilla-accent) +(put '\, 'texinfo-format 'texinfo-format-cedilla-accent) (ptexinfmt-defun-if-void texinfo-format-cedilla-accent () (insert (texinfo-parse-arg-discard) ",") (goto-char texinfo-command-start)) -- 1.7.10.4