Mercurial > emacs
changeset 78636:b1e667d914ef
(\,): Calrify it's not a new-style unquote.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 23 Aug 2007 18:37:20 +0000 |
parents | 65b448298f0c |
children | b917d8c56cca |
files | lisp/textmodes/texinfmt.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/texinfmt.el Thu Aug 23 18:36:07 2007 +0000 +++ b/lisp/textmodes/texinfmt.el Thu Aug 23 18:37:20 2007 +0000 @@ -3270,7 +3270,7 @@ ;; Take arguments ;; @,{c} ==> c, cedilla accent -(put ', 'texinfo-format 'texinfo-format-cedilla-accent) +(put '\, 'texinfo-format 'texinfo-format-cedilla-accent) (defun texinfo-format-cedilla-accent () (insert (texinfo-parse-arg-discard) ",") (goto-char texinfo-command-start))