# HG changeset patch # User Glenn Morris # Date 1189988635 0 # Node ID b52ff2b36d6de6d5e892806d13b6a6dd8bd47479 # Parent 653c328271e7fe9928d055d5d4391db52ccfbc75 *** empty log message *** diff -r 653c328271e7 -r b52ff2b36d6d lisp/ChangeLog --- 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 + + * 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 * simple.el (newline): Simplify use of prefix-numeric-value.