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


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el
Date: Mon, 30 Aug 2004 15:09:28 -0400

Index: emacs/lisp/textmodes/tex-mode.el
diff -c emacs/lisp/textmodes/tex-mode.el:1.145 
emacs/lisp/textmodes/tex-mode.el:1.146
*** emacs/lisp/textmodes/tex-mode.el:1.145      Wed Aug 25 19:04:13 2004
--- emacs/lisp/textmodes/tex-mode.el    Mon Aug 30 19:04:18 2004
***************
*** 1145,1153 ****
          (if no-matches
              (insert "None!\n"))
          (if (interactive-p)
!             (message "%s mismatch%s found"
!                      (if no-matches "No" num-matches)
!                      (if (> num-matches 1) "es" ""))))))))
  
  (defun tex-validate-region (start end)
    "Check for mismatched braces or $'s in region.
--- 1145,1154 ----
          (if no-matches
              (insert "None!\n"))
          (if (interactive-p)
!             (message (cond (no-matches "No mismatches found")
!                            ((= num-matches 1) "1 mismatch found")
!                            (t "%d mismatches found"))
!                      num-matches)))))))
  
  (defun tex-validate-region (start end)
    "Check for mismatched braces or $'s in region.




reply via email to

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