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

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

[elpa] elpa eddf3ff 20/23: Fix previous commit


From: Tassilo Horn
Subject: [elpa] elpa eddf3ff 20/23: Fix previous commit
Date: Wed, 30 Mar 2016 19:08:03 +0000

branch: elpa
commit eddf3ff7b07603f5a23a414cfc6fc4b8a77f3b3c
Author: Mosè Giordano <address@hidden>
Commit: Mosè Giordano <address@hidden>

    Fix previous commit
---
 tex-bar.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tex-bar.el b/tex-bar.el
index 185eb39..59b9158 100644
--- a/tex-bar.el
+++ b/tex-bar.el
@@ -177,7 +177,7 @@ the argument BUTTON-ALIST in function 
`toolbarx-install-toolbar'."
     (next-error :image "error"
                :command TeX-next-error
                :enable (TeX-error-report-has-errors-p)
-               :visible (TeX-error-report-has-errors-p)
+               :visible (TeX-error-report-has-errors-p))
     (view :image (lambda nil (if TeX-PDF-mode "viewpdf" "viewdvi"))
          :command (TeX-command "View" 'TeX-master-file -1)
          :help (lambda (&rest ignored)
@@ -321,7 +321,7 @@ the argument BUTTON-ALIST in function 
`toolbarx-install-toolbar'."
     (next-error :image "error"
                :command TeX-next-error
                :enable (TeX-error-report-has-errors-p)
-               :visible (TeX-error-report-has-errors-p)
+               :visible (TeX-error-report-has-errors-p))
     (view :image (lambda nil (if TeX-PDF-mode "viewpdf" "viewdvi"))
          :command (TeX-command "View" 'TeX-master-file -1)
          :help (lambda (&rest ignored)



reply via email to

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