From: kaoru Date: Fri, 9 Nov 2007 23:09:40 +0000 (+0000) Subject: (texinfo-format-cedilla-accent): Quote `,'. X-Git-Tag: wl-2_15_6-fixes~71 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=76511df312d167b04abcd24943a870717aaa16f0;p=elisp%2Fwanderlust.git (texinfo-format-cedilla-accent): Quote `,'. --- 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))