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/tex-mode.el,v


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el,v
Date: Tue, 23 Sep 2008 08:25:45 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       08/09/23 08:25:44

Index: tex-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/textmodes/tex-mode.el,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -b -r1.217 -r1.218
--- tex-mode.el 23 Sep 2008 06:35:31 -0000      1.217
+++ tex-mode.el 23 Sep 2008 08:25:44 -0000      1.218
@@ -2586,8 +2586,8 @@
          (member (match-string 2) tex-verbatim-environments)
          0)
      ;; Put leading close-paren where the matching open paren would be.
-     (and (let (escaped)
-           (or (eq (latex-syntax-after) ?\))
+     (let (escaped)
+       (and (or (eq (latex-syntax-after) ?\))
                ;; Try to handle escaped close parens but keep original
                ;; position if it doesn't work out.
                (setq escaped (looking-at "\\\\\\([])}]\\)")))




reply via email to

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