# HG changeset patch # User Glenn Morris # Date 1190257683 0 # Node ID 942ffa925237cf107fd2edc1f3f67a5461d1adc2 # Parent e80aacbe126ed557af3b76b1b65f0c602ce77d2e Refill copyright. NB previous change had incorrect CVS log entry. Correct log: (tex-validate-buffer): Use paragraph motion functions, rather than hard-coding "\n\n". (tex-validate-region): Check for eobp, to speed up. (tex-next-unmatched-end): Doc fix. diff -r e80aacbe126e -r 942ffa925237 lisp/textmodes/tex-mode.el --- a/lisp/textmodes/tex-mode.el Thu Sep 20 03:01:01 2007 +0000 +++ b/lisp/textmodes/tex-mode.el Thu Sep 20 03:08:03 2007 +0000 @@ -1,7 +1,8 @@ ;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands -*- coding: utf-8 -*- -;; Copyright (C) 1985, 1986, 1989, 1992, 1994, 1995, 1996, 1997, 1998, 1999, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +;; Copyright (C) 1985, 1986, 1989, 1992, 1994, 1995, 1996, 1997, 1998 +;; 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +;; Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: tex