>From 69bbf21c7c2febb5516066206c242a430d60dd9e Mon Sep 17 00:00:00 2001 From: Arash Date: Tue, 30 Dec 2014 17:13:11 +0100 Subject: [PATCH 3/3] Fix a typo. * style/multirow.el ("multirow"): Fix a typo in the name of a variable. --- ChangeLog | 3 +++ style/multirow.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 22c474d..1a0b2a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-12-30 Arash Esbati + * style/multirow.el ("multirow"): Fix a typo in the name of a + variable. + * Makefile.in (STYLESRC): Add new styles. * style/relsize.el: New file. diff --git a/style/multirow.el b/style/multirow.el index 6d00d5e..d025e1f 100644 --- a/style/multirow.el +++ b/style/multirow.el @@ -37,7 +37,7 @@ [ "Big struts" ] "Width" [ "Fixup" ] t) "multirowsetup") - (if (not (boundp 'LaTeX-bigstruct-package-options)) + (if (not (boundp 'LaTeX-bigstrut-package-options)) (TeX-add-symbols "bigstrutjot")) ;; Fontification -- 2.2.1