emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/texinfmt.el, v [EMACS_22_B


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/texinfmt.el, v [EMACS_22_BASE]
Date: Thu, 23 Aug 2007 18:37:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Stefan Monnier <monnier>        07/08/23 18:37:20

Index: texinfmt.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/textmodes/texinfmt.el,v
retrieving revision 1.86.2.1
retrieving revision 1.86.2.2
diff -u -b -r1.86.2.1 -r1.86.2.2
--- texinfmt.el 25 Jul 2007 04:22:06 -0000      1.86.2.1
+++ texinfmt.el 23 Aug 2007 18:37:20 -0000      1.86.2.2
@@ -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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]