branch: elpa
commit eddf3ff7b07603f5a23a414cfc6fc4b8a77f3b3c
Author: Mosè Giordano <m...@gnu.org>
Commit: Mosè Giordano <m...@gnu.org>

    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