auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/texmathp.el,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/texmathp.el,v
Date: Sat, 02 Feb 2008 13:04:48 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    08/02/02 13:04:46

Index: texmathp.el
===================================================================
RCS file: /cvsroot/auctex/auctex/texmathp.el,v
retrieving revision 5.20
retrieving revision 5.21
diff -u -b -r5.20 -r5.21
--- texmathp.el 8 Dec 2007 13:14:11 -0000       5.20
+++ texmathp.el 2 Feb 2008 13:04:46 -0000       5.21
@@ -1,34 +1,28 @@
-;; texmathp.el -- Code to check if point is inside LaTeX math environment
-;; Copyright (c) 1998 Carsten Dominik
-;; Copyright (C) 2004 Free Software Foundation, Inc.
+;;; texmathp.el -- Code to check if point is inside LaTeX math environment
 
-;; texmathp.el,v 1.28 1998/11/23 15:19:44 dominik Exp
+;; Copyright (C) 1998, 2004 Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <address@hidden>
+;; Maintainer: address@hidden
 ;; Keywords: tex
-;;
-;; New versions: http://strw.leidenuniv.nl/~dominik/Tools
-;;
-;; This file is not part of GNU Emacs
-;;
-;; COPYRIGHT NOTICE
-;;
-;; This program is free software you can redistribute it and/or modify it
-;; under the terms of the GNU General Public License as published by the Free
-;; Software Foundation; either version 2 of the License, or (at your option)
+
+;; This file is part of AUCTeX.
+
+;; AUCTeX is free software; you can redistribute it and/or modify it
+;; under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 2, or (at your option)
 ;; any later version.
-;;
-;; This program is distributed in the hope that it will be useful, but
-;; WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-;; or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-;; for more details.
-;;
-;; You should have received a copy of the GNU General Public License along
-;; with GNU Emacs.  If you did not, write to the Free Software Foundation,
-;; Inc., 675 Mass Ave., Cambridge, MA 02139, USA.
-;;
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;
+
+;; AUCTeX is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with AUCTeX; see the file COPYING.  If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+;; 02110-1301, USA.
+
 ;;; Commentary:
 ;;
 ;;  This code provides a function to determine if point in a buffer is




reply via email to

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