changeset 98342:5ec221ffbf0e

*** empty log message ***
author Martin Rudalics <rudalics@gmx.at>
date Thu, 25 Sep 2008 08:39:30 +0000
parents 6708b77f19bf
children 09db47fa2c88
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Sep 25 08:37:06 2008 +0000
+++ b/lisp/ChangeLog	Thu Sep 25 08:39:30 2008 +0000
@@ -1,3 +1,14 @@
+2008-09-25  Martin Rudalics  <rudalics@gmx.at>
+
+	* textmodes/tex-mode.el (latex-handle-escaped-parens): New
+	variable.
+	(latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
+	parens specially only if latex-handle-escaped-parens is non-nil.
+	(latex-indent-within-escaped-parens): New option.
+	(latex-find-indent): Bind latex-handle-escaped-parens to
+	latex-indent-within-escaped-parens.  Do not treat escaped parens
+	specially when this is nil.  (Bug#954)
+
 2008-09-25  Glenn Morris  <rgm@gnu.org>
 
 	* ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)