emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] elpa f3cf79d 19/26: Fix a typo.


From: Tassilo Horn
Subject: [elpa] elpa f3cf79d 19/26: Fix a typo.
Date: Tue, 27 Jan 2015 12:11:18 +0000

branch: elpa
commit f3cf79dcd7c8eddb2d5f6a93a3ad035ae2937a34
Author: Arash Esbati <address@hidden>
Commit: Mosè Giordano <address@hidden>

    Fix a typo.
    
    * style/multirow.el ("multirow"): Fix a typo in the name of a
    variable.
    
    Signed-off-by: Mosè Giordano <address@hidden>
---
 ChangeLog         |    3 +++
 style/multirow.el |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ef0de5e..c2e24db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-12-30  Arash Esbati  <address@hidden>
 
+       * 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



reply via email to

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