changeset 84610:b52ff2b36d6d

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Mon, 17 Sep 2007 00:23:55 +0000
parents 653c328271e7
children fb155376791a
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Sep 16 22:11:33 2007 +0000
+++ b/lisp/ChangeLog	Mon Sep 17 00:23:55 2007 +0000
@@ -1,3 +1,11 @@
+2007-09-17  Glenn Morris  <rgm@gnu.org>
+
+	* textmodes/tex-mode.el (tex-region): Simplify previous change,
+	handling the case where the region is not in `tex-main-file'.
+	(tex-region-1): Delete.
+	(tex-region-header): New function, doing the header part of the
+	old tex-region-1.
+
 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* simple.el (newline): Simplify use of prefix-numeric-value.